diff --git a/patches/erpnext_structure_cleanup.py b/patches/erpnext_structure_cleanup.py index b7b71590393..b63baab9612 100644 --- a/patches/erpnext_structure_cleanup.py +++ b/patches/erpnext_structure_cleanup.py @@ -162,12 +162,12 @@ def run_patches(): delete_unwanted_pages() delete_unwanted_search_criteria() - delete_unwanted_modules() + rename_merge_modules() sync_roles() sync_mapper() - + delete_unwanted_modules() # landed cost wizard link in stock reload_doc('stock', 'Module Def', 'stock')