mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
5 lines
153 B
Python
5 lines
153 B
Python
def execute():
|
|
import webnotes
|
|
from webnotes.model import delete_doc
|
|
delete_doc("DocType", "Production Control")
|
|
delete_doc("DocType", "BOM Control") |