mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
Merge pull request #51458 from aerele/default-age-range
feat: add default-age-range in accounts settings
This commit is contained in:
@@ -63,6 +63,9 @@ def boot_session(bootinfo):
|
||||
bootinfo.current_fiscal_year = fiscal_year[0]
|
||||
|
||||
bootinfo.sysdefaults.demo_company = frappe.db.get_single_value("Global Defaults", "demo_company")
|
||||
bootinfo.sysdefaults.default_ageing_range = frappe.db.get_single_value(
|
||||
"Accounts Settings", "default_ageing_range"
|
||||
)
|
||||
|
||||
|
||||
def update_page_info(bootinfo):
|
||||
|
||||
Reference in New Issue
Block a user