mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
fix: updated the pos discount field issue
This commit is contained in:
@@ -182,7 +182,7 @@
|
||||
:show-label="true"
|
||||
:border="true"
|
||||
:value="row.itemDiscountAmount"
|
||||
:read-only="isDiscountsReadOnly(row.itemDiscountPercent as number < 0)"
|
||||
:read-only="isDiscountsReadOnly(row.itemDiscountPercent as number > 0)"
|
||||
@change="(value:number) => setItemDiscount('amount', value)"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user