Merge branch 'develop' of github.com:frappe/erpnext into v4-hotfix
This commit is contained in:
commit
54f0d24d80
@ -1,7 +1,7 @@
|
||||
execute:import unidecode # new requirement
|
||||
|
||||
execute:frappe.db.sql("""update `tabPatch Log` set patch=replace(patch, '.4_0.', '.v4_0.')""") #2014-05-12
|
||||
erpnext.patches.v4_0.validate_v3_patch
|
||||
execute:frappe.db.sql("""update `tabPatch Log` set patch=replace(patch, '4_0', 'v4_0')""")
|
||||
erpnext.patches.v4_0.update_user_properties
|
||||
erpnext.patches.v4_0.move_warehouse_user_to_restrictions
|
||||
erpnext.patches.v4_0.new_permissions
|
||||
|
Loading…
x
Reference in New Issue
Block a user