Fixed HR patch

This commit is contained in:
Anand Doshi 2014-06-06 22:10:18 +05:30
parent 0aa125304d
commit 6f561aa846

View File

@ -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()