changed production to manufacturing in reload doc
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user