# Do not allow Loyalty Discount Card Discounts in Return

**YouTube:** [How to Restrict Loyalty/Discount Card Discounts for Sale Returns?](https://www.youtube.com/watch?v=UatSSBNgdgo)

## How to Restrict Loyalty/Discount Card Discounts for Sale Returns?

This tutorial demonstrates how to **restrict the automatic application of loyalty or discount card discounts** during **sale return** transactions in Logic ERP.

***

### Access Global Settings in Logic Admin

* Open **Logic Admin**.
* Navigate to **Global Settings**.
* Under **POS Options**, go to the **POS Options 1** section.
* Locate and enable the option labeled as:&#x20;

> **"Do not allow Loyalty Discount Card Discounts in Return"**

<figure><img src="/files/Ee9LYjBLz50xmn0zCbZE" alt=""><figcaption></figcaption></figure>

* Click **Save and** **restart the software** to apply the changes.

***

### Implement **the Restriction in Sale Return Voucher**

* Open the **Sale Return Voucher** window.
* Start a **new return transaction**.
* Select a **retail customer** who was assigned a loyalty or discount card during the original sale.
* The system will show a prompt with the **original sale entry** for reference.
* Select the original entry and click **Save**.

<figure><img src="/files/TGdjTbzQVsMkJzuBQmYD" alt=""><figcaption></figcaption></figure>

***

### **System Behavior with Restriction Enabled**

* You’ll notice:
  * **No prompt** appears to apply loyalty or discount card discounts.
  * The system **does not apply any discount** associated with the card.

***

### **Verify by Modifying the Saved Voucher**

* Reopen the **saved sale return voucher** in **modify mode**.
* Check the **totals and discount fields**.
* Observation:
  * The **loyalty/discount card discount has not been applied**, confirming that the restriction is working correctly.

<figure><img src="/files/IFqwyIQXl6fVkPJycgPf" alt=""><figcaption></figcaption></figure>

***

### **Purpose of This Feature**

* Prevents **unintentional discounting** during returns.
* Ensures **accurate refund calculations** by excluding loyalty-based discounts.
* Maintains **billing integrity** for return transactions.


---

# 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/pos-options/pos-options-1/do-not-allow-loyalty-discount-card-discounts-in-return.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.
