Enable Scheduler in System Settings when Setup Wizard is completed

This commit is contained in:
Anand Doshi 2014-06-02 12:09:28 +05:30
parent 38dedf402b
commit 9a0f6f5bb4

View File

@ -176,6 +176,7 @@ def set_defaults(args):
"float_precision": 3,
'date_format': frappe.db.get_value("Country", args.get("country"), "date_format"),
'number_format': get_country_info(args.get("country")).get("number_format", "#,###.##"),
'enable_scheduler': 1
})
system_settings.save()