removed BOM Control and Production Control
This commit is contained in:
parent
6db5fffd6d
commit
822022082d
5
patches/december_2012/production_cleanup.py
Normal file
5
patches/december_2012/production_cleanup.py
Normal 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")
|
@ -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',
|
||||
},
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user