From 53e5fc16d5019f7a8c7ed1f2ddc2f0bcd19ab9f6 Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Fri, 17 May 2024 10:21:16 +0530 Subject: [PATCH] refactor: enable no-copy on advance payment flags (cherry picked from commit cafa2f52e5811cbc973ea01c7a4ab635dc827483) --- erpnext/accounts/doctype/payment_entry/payment_entry.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/payment_entry/payment_entry.json b/erpnext/accounts/doctype/payment_entry/payment_entry.json index cdd83a0edfa..6b0115d3f56 100644 --- a/erpnext/accounts/doctype/payment_entry/payment_entry.json +++ b/erpnext/accounts/doctype/payment_entry/payment_entry.json @@ -751,6 +751,7 @@ "fieldtype": "Check", "hidden": 1, "label": "Book Advance Payments in Separate Party Account", + "no_copy": 1, "read_only": 1 }, { @@ -774,6 +775,7 @@ "fieldtype": "Check", "hidden": 1, "label": "Reconcile on Advance Payment Date", + "no_copy": 1, "read_only": 1 } ], @@ -788,7 +790,7 @@ "table_fieldname": "payment_entries" } ], - "modified": "2024-05-16 11:50:19.394918", + "modified": "2024-05-17 10:21:11.199445", "modified_by": "Administrator", "module": "Accounts", "name": "Payment Entry",