mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
[email] [website] footer cleanup
This commit is contained in:
committed by
Nabin Hait
parent
314af94737
commit
f29a618b69
@@ -197,6 +197,7 @@ def set_defaults(args):
|
||||
"language": args.get("language"),
|
||||
"time_zone": args.get("timezone"),
|
||||
"float_precision": 3,
|
||||
"email_footer_address": args.get("company"),
|
||||
'date_format': frappe.db.get_value("Country", args.get("country"), "date_format"),
|
||||
'number_format': number_format,
|
||||
'enable_scheduler': 1 if not frappe.flags.in_test else 0
|
||||
|
||||
Reference in New Issue
Block a user