fix: set no_copy to party_balance field in Payment Entry

This commit is contained in:
ljain112
2025-05-15 18:03:25 +05:30
parent f225e1986e
commit 52cab02a5c

View File

@@ -228,6 +228,7 @@
"fieldname": "party_balance", "fieldname": "party_balance",
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Party Balance", "label": "Party Balance",
"no_copy": 1,
"print_hide": 1, "print_hide": 1,
"read_only": 1 "read_only": 1
}, },
@@ -799,7 +800,7 @@
"table_fieldname": "payment_entries" "table_fieldname": "payment_entries"
} }
], ],
"modified": "2025-05-08 11:18:10.238085", "modified": "2025-05-15 18:01:04.013025",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Payment Entry", "name": "Payment Entry",