From cafa2f52e5811cbc973ea01c7a4ab635dc827483 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 --- 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 3eef9814ae3..f911352c884 100644 --- a/erpnext/accounts/doctype/payment_entry/payment_entry.json +++ b/erpnext/accounts/doctype/payment_entry/payment_entry.json @@ -752,6 +752,7 @@ "fieldtype": "Check", "hidden": 1, "label": "Book Advance Payments in Separate Party Account", + "no_copy": 1, "read_only": 1 }, { @@ -775,6 +776,7 @@ "fieldtype": "Check", "hidden": 1, "label": "Reconcile on Advance Payment Date", + "no_copy": 1, "read_only": 1 } ], @@ -789,7 +791,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",