From 059a0517f733fb335346d1ab975adc53601f64ee Mon Sep 17 00:00:00 2001 From: nabinhait Date: Mon, 4 Jul 2011 13:44:05 +0530 Subject: [PATCH] fixed dependency issues --- patches/erpnext_structure_cleanup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')