From e53a74f2bec29161005bb9efc1cf20d6a04845f5 Mon Sep 17 00:00:00 2001 From: Diptanil Saha Date: Thu, 18 Dec 2025 16:23:24 +0530 Subject: [PATCH] fix(payment entry): make taxes & charges section non-collapsible and remove border (#51191) --- erpnext/accounts/doctype/payment_entry/payment_entry.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/erpnext/accounts/doctype/payment_entry/payment_entry.json b/erpnext/accounts/doctype/payment_entry/payment_entry.json index 551c70cab38..141d66895fa 100644 --- a/erpnext/accounts/doctype/payment_entry/payment_entry.json +++ b/erpnext/accounts/doctype/payment_entry/payment_entry.json @@ -593,9 +593,9 @@ "label": "Apply Tax Withholding Amount" }, { - "collapsible": 1, "fieldname": "taxes_and_charges_section", "fieldtype": "Section Break", + "hide_border": 1, "label": "Taxes and Charges" }, { @@ -695,8 +695,7 @@ }, { "fieldname": "section_break_60", - "fieldtype": "Section Break", - "hide_border": 1 + "fieldtype": "Section Break" }, { "depends_on": "eval:doc.docstatus==0", @@ -767,7 +766,7 @@ "table_fieldname": "payment_entries" } ], - "modified": "2025-05-08 11:18:10.238085", + "modified": "2025-12-18 13:56:40.206038", "modified_by": "Administrator", "module": "Accounts", "name": "Payment Entry",