[email] [website] footer cleanup

This commit is contained in:
Rushabh Mehta
2015-05-25 10:50:48 +05:30
committed by Nabin Hait
parent 314af94737
commit f29a618b69
14 changed files with 71 additions and 166 deletions

View File

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