commit | 390efdc8843e8cb7dca044f6f1b3c8cc2b5f7c0e | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Mon Jun 09 10:28:04 2014 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Mon Jun 09 15:04:00 2014 +0530 |
tree | 162860dfb0df4a640c75cc85fe723eec7b1f228f | |
parent | ac276a27b7f21988ad3903bba075865b28636306 [diff] |
Fix in HR patch
diff --git a/erpnext/patches/v4_0/fix_case_of_hr_module_def.py b/erpnext/patches/v4_0/fix_case_of_hr_module_def.py index 117c2ac..73b4e7f 100644 --- a/erpnext/patches/v4_0/fix_case_of_hr_module_def.py +++ b/erpnext/patches/v4_0/fix_case_of_hr_module_def.py
@@ -10,3 +10,4 @@ frappe.db.set_value("Module Def", "HR", "module_name", "HR") frappe.clear_cache() + frappe.setup_module_map()