From 0b40117bfda8aef98ff23b5ce2ef217b3f3ccd85 Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Fri, 26 Aug 2022 13:15:55 +0530 Subject: [PATCH] chore: remove precision on discount_percentage of Sales Invoice Item (cherry picked from commit c42fef541a37223e1a7878f7b24a98be8d8df1fc) # Conflicts: # erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json --- .../doctype/sales_invoice_item/sales_invoice_item.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json b/erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json index 5a095fbb7ea..9734e850a0c 100644 --- a/erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json +++ b/erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json @@ -279,7 +279,6 @@ "label": "Discount (%) on Price List Rate with Margin", "oldfieldname": "adj_rate", "oldfieldtype": "Float", - "precision": "2", "print_hide": 1 }, { @@ -842,7 +841,11 @@ "idx": 1, "istable": 1, "links": [], +<<<<<<< HEAD "modified": "2022-02-24 14:41:36.392560", +======= + "modified": "2022-08-26 12:06:31.205417", +>>>>>>> c42fef541a (chore: remove precision on discount_percentage of Sales Invoice Item) "modified_by": "Administrator", "module": "Accounts", "name": "Sales Invoice Item",