mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +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")
|
||||
Reference in New Issue
Block a user