mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 00:55:02 +00:00
4 lines
185 B
Python
4 lines
185 B
Python
def execute():
|
|
import webnotes
|
|
webnotes.conn.sql("""delete from `tabDocPerm` where parent = 'BOM Replace Tool'""")
|
|
webnotes.reload_doc("manufacturing", "doctype", "bom_replace_tool") |