Merge pull request #1768 from anandpdoshi/hotfix

Fixed HR patch
This commit is contained in:
Anand Doshi
2014-06-06 22:11:39 +05:30

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