mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 16:15:02 +00:00
Update global_defaults_to_system_settings.py
This commit is contained in:
@@ -14,7 +14,7 @@ def execute():
|
||||
global_defaults = frappe.db.get_value("Global Defaults", None,
|
||||
["time_zone", "date_format", "number_format", "float_precision", "session_expiry"], as_dict=True)
|
||||
|
||||
if global_defauls:
|
||||
if global_defaults:
|
||||
for key, val in global_defaults.items():
|
||||
if not system_settings.get(key):
|
||||
system_settings[key] = val
|
||||
|
||||
Reference in New Issue
Block a user