From fba13c6dbc530dfd53f9320744d04febd864bbe6 Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Fri, 15 Mar 2024 16:44:54 +0530 Subject: [PATCH] refactor: enable no-copy for update_outstanding_for_self (cherry picked from commit a1e8caa5c1f656e649f5f722b921cc000a4215ec) --- erpnext/accounts/doctype/sales_invoice/sales_invoice.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json index 8fd897bddf1..4f6e5ba9206 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json @@ -2170,7 +2170,8 @@ "description": "Credit Note will update it's own outstanding amount, even if \"Return Against\" is specified.", "fieldname": "update_outstanding_for_self", "fieldtype": "Check", - "label": "Update Outstanding for Self" + "label": "Update Outstanding for Self", + "no_copy": 1 } ], "icon": "fa fa-file-text", @@ -2183,7 +2184,7 @@ "link_fieldname": "consolidated_invoice" } ], - "modified": "2024-03-11 14:20:34.874192", + "modified": "2024-03-15 16:44:17.778370", "modified_by": "Administrator", "module": "Accounts", "name": "Sales Invoice",