Fixed HR patch
This commit is contained in:
parent
0aa125304d
commit
6f561aa846
@ -8,3 +8,5 @@ def execute():
|
||||
if hr == "Hr":
|
||||
frappe.rename_doc("Module Def", "Hr", "HR")
|
||||
frappe.db.set_value("Module Def", "HR", "module_name", "HR")
|
||||
|
||||
frappe.clear_cache()
|
||||
|
Loading…
Reference in New Issue
Block a user