Fixed global_defaults_to_system_settings
This commit is contained in:
parent
53142f125b
commit
c57d7dea8b
@ -8,6 +8,7 @@ from collections import Counter
|
|||||||
from frappe.core.doctype.user.user import STANDARD_USERS
|
from frappe.core.doctype.user.user import STANDARD_USERS
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
|
frappe.reload_doc("core", "doctype", "system_settings")
|
||||||
system_settings = frappe.get_doc("System Settings")
|
system_settings = frappe.get_doc("System Settings")
|
||||||
|
|
||||||
# set values from global_defauls
|
# set values from global_defauls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user