fix(patch): Use db_set to ignore validation
This commit is contained in:
parent
44a055b52f
commit
852e67c5ee
@ -4,5 +4,4 @@ from frappe import _
|
||||
def execute():
|
||||
frappe.reload_doctype("System Settings")
|
||||
settings = frappe.get_doc("System Settings")
|
||||
settings.app_name = _("ERPNext")
|
||||
settings.save()
|
||||
settings.db_set("app_name", "ERPNext", commit=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user