fix(web): Send first_day_of_the_week and number_format in bootinfo
This commit is contained in:
parent
ae9ae40bad
commit
b079d3ef78
1 changed files with 2 additions and 0 deletions
|
|
@ -171,6 +171,8 @@ def get_boot_data():
|
|||
"float_precision": cint(frappe.get_system_settings("float_precision")) or 3,
|
||||
"date_format": frappe.get_system_settings("date_format") or "yyyy-mm-dd",
|
||||
"time_format": frappe.get_system_settings("time_format") or "HH:mm:ss",
|
||||
"first_day_of_the_week": frappe.get_system_settings("first_day_of_the_week") or "Sunday",
|
||||
"number_format": frappe.get_system_settings("number_format") or "#,###.##",
|
||||
},
|
||||
"time_zone": {
|
||||
"system": get_system_timezone(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue