Merge pull request #51458 from aerele/default-age-range

feat: add default-age-range in accounts settings
This commit is contained in:
Sowmya
2026-01-06 11:07:28 +05:30
committed by GitHub
parent 54cbe4222d
commit f8f82ccf31
7 changed files with 28 additions and 1 deletions

View File

@@ -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):