mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
fix(payment entry): make taxes & charges section non-collapsible and remove border (#51191)
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user