From e369f2ad74b2de8126fba689f1d3e70bbad3f29e Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Tue, 11 Jun 2013 10:42:59 +0530 Subject: [PATCH] [cleanup] removed Trash Control, SMS Receiver, Profile Control, GL Mapper, GL Mapper Detail --- webnotes/modules/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']