changed production to manufacturing in reload doc
This commit is contained in:
parent
8ac9e687bd
commit
69f855ebfb
@ -1,7 +1,7 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
|
||||
webnotes.reload_doc("production", "doctype", "production_order")
|
||||
webnotes.reload_doc("manufacturing", "doctype", "production_order")
|
||||
webnotes.reload_doc("stock", "doctype", "stock_entry")
|
||||
|
||||
webnotes.conn.sql("""update `tabProduction Order`
|
||||
|
Loading…
Reference in New Issue
Block a user