feat(account settings): add checkbox to show balances in payment entry

This commit is contained in:
ravibharathi656
2025-11-06 18:35:56 +05:30
parent 4f02677d6f
commit 90500f0ffc
4 changed files with 67 additions and 11 deletions

View File

@@ -424,3 +424,5 @@ erpnext.patches.v15_0.update_uae_zero_rated_fetch
erpnext.patches.v15_0.update_fieldname_in_accounting_dimension_filter
erpnext.patches.v15_0.set_asset_status_if_not_already_set
erpnext.patches.v15_0.toggle_legacy_controller_for_period_closing
execute:frappe.db.set_single_value("Accounts Settings", "show_party_balance", 1)
execute:frappe.db.set_single_value("Accounts Settings", "show_account_balance", 1)