mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-10 13:57:19 +00:00
refactor: enable no-copy for update_outstanding_for_self
(cherry picked from commit a1e8caa5c1)
This commit is contained in:
@@ -2169,7 +2169,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",
|
||||
@@ -2182,7 +2183,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",
|
||||
|
||||
Reference in New Issue
Block a user