mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
permission reloaded for bom replace tool
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("""delete from `tabDocPerm` where parent = 'BOM Replace Tool'""")
|
||||
webnotes.reload_doc("manufacturing", "doctype", "bom_replace_tool")
|
||||
Reference in New Issue
Block a user