Also save Global Defaults in System Settings patch

This commit is contained in:
Anand Doshi 2014-06-09 15:43:24 +05:30
parent d9ff118b40
commit af63d053b1

View File

@ -33,3 +33,7 @@ def execute():
system_settings.ignore_mandatory = True
system_settings.save()
global_defaults = frappe.get_doc("Global Defaults")
global_defaults.ignore_mandatory = True
global_defaults.save()