Skip to content

Commit

Permalink
refactor: enable no-copy for update_outstanding_for_self
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthra-kumar committed Mar 15, 2024
1 parent c417e7d commit a1e8caa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions erpnext/accounts/doctype/sales_invoice/sales_invoice.json
Original file line number Diff line number Diff line change
Expand Up @@ -2179,7 +2179,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",
Expand All @@ -2192,7 +2193,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",
Expand Down

0 comments on commit a1e8caa

Please sign in to comment.