From b2041c47999432314e4901707f59cb8e73e6a431 Mon Sep 17 00:00:00 2001 From: nabinhait Date: Mon, 4 Jul 2011 13:51:08 +0530 Subject: [PATCH] fixed dependency issues --- patches/erpnext_structure_cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/erpnext_structure_cleanup.py b/patches/erpnext_structure_cleanup.py index e98c1495bb..891871a2e9 100644 --- a/patches/erpnext_structure_cleanup.py +++ b/patches/erpnext_structure_cleanup.py @@ -63,7 +63,7 @@ def delete_unwanted_mappers(): def delete_unwanted_modules(): "deletes unwanted modules" - lst = ['Development', 'Recycle Bin', 'Testing', 'Testing System', 'Test', 'System', 'Partner Updates', 'My Company', 'Event Updates', 'E-Commerce'] + lst = ['Development', 'Recycle Bin', 'Testing', 'Testing System', 'Test', 'Partner Updates', 'My Company', 'Event Updates', 'E-Commerce'] for d in lst: delete_doc('Module Def', d)