# Do not allow Billing of Same Item twice to a customer.

**YouTube Link:** [How to Stop an Item From Being Billed Twice to a Customer in Sale Bill ?](https://www.youtube.com/watch?v=7jbJRG1BUsg)

## How to Stop an Item From Being Billed Twice to a Customer in Sale Bill ?

Welcome to Logic ERP's tutorial on preventing billing twice for the same item to a customer.

#### Steps to Avoid Duplicate Billing

1. Navigate to the "Sales Voucher Configuration".
2. Select relevant billing series.
3. Activate the option "Do not allow billing of the same item twice to a customer".

<figure><img src="/files/5BCmSEWwjIRm7yWU0Nyb" alt=""><figcaption><p>Keep this feature Enable to observe its Impact</p></figcaption></figure>

#### Implementation in Sale Billing&#x20;

* Create a Sales Bill and add the required items and then Attempt to save the bill.
* When saving a bill, if you encounter an error message indicating duplication (e.g., item in row 3 already billed):

<figure><img src="/files/wocjePxdpttJ6wgZ2WnP" alt=""><figcaption><p>Prompt for Item has Already been Billed.</p></figcaption></figure>

* Delete the duplicate item from the specified row.
* Save the bill again.

#### Tips

* Always ensure changes are saved after adjustments.
* Regularly update your billing series configuration to prevent future errors.<br>


---

# 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/setups/configurations/sale-voucher-configuration/other-settings-1/do-not-allow-billing-of-same-item-twice-to-a-customer..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.
