refactor: rename reactivity checkbox

This commit is contained in:
ruthra kumar
2025-09-10 09:56:40 +05:30
parent d3d03e8d83
commit 9391c8911c
4 changed files with 12 additions and 12 deletions

View File

@@ -17,8 +17,8 @@ def boot_session(bootinfo):
bootinfo.sysdefaults.territory = frappe.get_single_value("Selling Settings", "territory")
bootinfo.sysdefaults.customer_group = frappe.get_single_value("Selling Settings", "customer_group")
bootinfo.sysdefaults.use_server_side_reactivity = frappe.get_single_value(
"Selling Settings", "use_server_side_reactivity"
bootinfo.sysdefaults.use_legacy_js_reactivity = cint(
frappe.get_single_value("Selling Settings", "use_legacy_js_reactivity")
)
bootinfo.sysdefaults.allow_stale = cint(frappe.get_single_value("Accounts Settings", "allow_stale"))
bootinfo.sysdefaults.over_billing_allowance = frappe.get_single_value(