mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +00:00
fixed dependency issues
This commit is contained in:
@@ -63,7 +63,7 @@ def delete_unwanted_mappers():
|
|||||||
|
|
||||||
def delete_unwanted_modules():
|
def delete_unwanted_modules():
|
||||||
"deletes 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:
|
for d in lst:
|
||||||
delete_doc('Module Def', d)
|
delete_doc('Module Def', d)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user