removed project related doctype mapper

This commit is contained in:
Nabin Hait
2012-12-27 15:14:27 +05:30
parent e05a5b6043
commit 562de92070
8 changed files with 10 additions and 168 deletions

View File

@@ -0,0 +1,6 @@
import webnotes
def execute():
from webnotes.model import delete_doc
for d in ["Project-Sales Order", "Project-Delivery Note", "Project-Sales Invoice"]:
delete_doc("DocType Mapper", d)

View File

@@ -562,4 +562,8 @@ patch_list = [
'patch_module': 'patches.december_2012',
'patch_file': 'delete_form16_print_format',
},
{
'patch_module': 'patches.december_2012',
'patch_file': 'remove_project_mapper',
},
]