mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
removed BOM Control and Production Control
This commit is contained in:
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_module': 'patches.december_2012',
|
||||||
'patch_file': 'website_cache_refactor',
|
'patch_file': 'website_cache_refactor',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'patch_module': 'patches.december_2012',
|
||||||
|
'patch_file': 'production_cleanup',
|
||||||
|
},
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user