# Allow Change of Party Name in Bills created from Challans

**YouTube:** [How to Allow Party Name Change in Sale Bills Generated from Sale Challans ?](https://www.youtube.com/watch?v=GeTKmVye-ew)

In this tutorial, we’ll guide you on how to enable the option to **change the party name in sale bills** that are created from a **Sale Challan** in Logic ERP.

***

### Understanding the Default Behavior

By default, Logic ERP does **not allow** changing the customer (party) name once a **Challan is retrieved** into the Sale Bill. Let’s take a quick look:

1. Open the **Sale Bill window**.
2. Retrieve a **Sale Challan** into the bill.
3. Now try changing the **Customer Name**.

You'll receive an error message:

> *"Party cannot be changed as the bill is created from a Challan."*

<figure><img src="/files/ONEsgTUrVxGQVGgWbd9c" alt=""><figcaption><p>As you can see right now, the party is not getting modified.</p></figcaption></figure>

***

### Enabling Party Name Modification

To allow editing of the customer name in such cases, follow these steps:

**1. Open Logic Admin Tool**

* Navigate to the **Logic ERP installation folder**.
* Locate the application named **Logic Admin**.

<figure><img src="/files/yC9xkT4DDZERL3nHtS69" alt=""><figcaption><p>As mentioned above, search for <strong>Logic Admin</strong> and open it.</p></figcaption></figure>

* Right-click and select **"Run as Administrator"**.
* Enter the **Admin Password** when prompted.

**2. Global Settings**

* In the Logic Admin panel, click on **Global Settings**.
* Navigate to the **Sales** tab.
* Look for the option: {Under the Sale Settings-1}

  > **“Allow change of party name in bills created from Challan”**

<figure><img src="/files/c8ETHgm5w7mLh6huFLEr" alt=""><figcaption><p>Let's keep this feature enable to observe its impact in Billing</p></figcaption></figure>

* **Enable** this checkbox.
* Click **Save** to apply the setting.

**3. Restart Logic ERP**

* Close and reopen the software for the setting to take effect.

***

### Final Step: Test the Change

1. Open the **Sale Bill window** again.
2. Retrieve a **Challan** into the bill.
3. Try modifying the **Customer Name**.

<figure><img src="/files/LnQVeofvMrVRivMoeHuD" alt=""><figcaption><p>As you can see, after enabling the option, we are able to modify the party.</p></figcaption></figure>

This time, the software **will allow** you to successfully update the party name.

***

#### Feature Highlight:

Use this feature with caution to maintain **data accuracy and consistency**—especially when invoices are tied to party-specific pricing or terms.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/user-access/logic-global-admin/sale/sale-settings-1/allow-change-of-party-name-in-bills-created-from-challans.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
