diff --git a/webnotes/modules/__init__.py b/webnotes/modules/__init__.py index 90e2eb3a7a..17b31fc5a5 100644 --- a/webnotes/modules/__init__.py +++ b/webnotes/modules/__init__.py @@ -27,7 +27,7 @@ from __future__ import unicode_literals import webnotes, os, conf transfer_types = ['Role', 'Print Format','DocType','Page','DocType Mapper', - 'GL Mapper','Search Criteria', 'Patch', 'Report'] + 'Search Criteria', 'Patch', 'Report'] lower_case_files_for = ['DocType', 'Page', 'Search Criteria', 'Report', "Workflow", 'Module Def', 'Desktop Item', 'Workflow State', 'Workflow Action']