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)