From 2dd697ee7702cc76d9d67ea7786cc0474ec65860 Mon Sep 17 00:00:00 2001 From: Ashish Shah Date: Fri, 29 Mar 2024 10:52:52 +0530 Subject: [PATCH] fix: payment_order_status should be no_copy payment_order_status should be no_copy (cherry picked from commit adee2ba5413f5f8c73cbc30204b9ba507866f4ec) --- erpnext/accounts/doctype/payment_entry/payment_entry.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/payment_entry/payment_entry.json b/erpnext/accounts/doctype/payment_entry/payment_entry.json index 7c2e14ea751..a37a6fe5465 100644 --- a/erpnext/accounts/doctype/payment_entry/payment_entry.json +++ b/erpnext/accounts/doctype/payment_entry/payment_entry.json @@ -579,6 +579,7 @@ "fieldtype": "Select", "hidden": 1, "label": "Payment Order Status", + "no_copy": 1, "options": "Initiated\nPayment Ordered", "read_only": 1 }, @@ -821,4 +822,4 @@ "states": [], "title_field": "title", "track_changes": 1 -} \ No newline at end of file +}