removed BOM Control and Production Control

This commit is contained in:
Nabin Hait 2012-12-10 18:13:34 +05:30
parent 6db5fffd6d
commit 822022082d
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,5 @@
def execute():
import webnotes
from webnotes.model import delete_doc
delete_doc("DocType", "Production Control")
delete_doc("DocType", "BOM Control")

View File

@ -729,4 +729,8 @@ patch_list = [
'patch_module': 'patches.december_2012',
'patch_file': 'website_cache_refactor',
},
{
'patch_module': 'patches.december_2012',
'patch_file': 'production_cleanup',
},
]