fix(payment entry): make taxes & charges section non-collapsible and remove border (#51191)

This commit is contained in:
Diptanil Saha
2025-12-18 16:23:24 +05:30
committed by GitHub
parent 3a604dd249
commit e53a74f2be

View File

@@ -593,9 +593,9 @@
"label": "Apply Tax Withholding Amount" "label": "Apply Tax Withholding Amount"
}, },
{ {
"collapsible": 1,
"fieldname": "taxes_and_charges_section", "fieldname": "taxes_and_charges_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"hide_border": 1,
"label": "Taxes and Charges" "label": "Taxes and Charges"
}, },
{ {
@@ -695,8 +695,7 @@
}, },
{ {
"fieldname": "section_break_60", "fieldname": "section_break_60",
"fieldtype": "Section Break", "fieldtype": "Section Break"
"hide_border": 1
}, },
{ {
"depends_on": "eval:doc.docstatus==0", "depends_on": "eval:doc.docstatus==0",
@@ -767,7 +766,7 @@
"table_fieldname": "payment_entries" "table_fieldname": "payment_entries"
} }
], ],
"modified": "2025-05-08 11:18:10.238085", "modified": "2025-12-18 13:56:40.206038",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Payment Entry", "name": "Payment Entry",