mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
changed production to manufacturing in reload doc
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
def execute():
|
def execute():
|
||||||
import webnotes
|
import webnotes
|
||||||
|
|
||||||
webnotes.reload_doc("production", "doctype", "production_order")
|
webnotes.reload_doc("manufacturing", "doctype", "production_order")
|
||||||
webnotes.reload_doc("stock", "doctype", "stock_entry")
|
webnotes.reload_doc("stock", "doctype", "stock_entry")
|
||||||
|
|
||||||
webnotes.conn.sql("""update `tabProduction Order`
|
webnotes.conn.sql("""update `tabProduction Order`
|
||||||
|
|||||||
Reference in New Issue
Block a user