changed production to manufacturing in reload doc

This commit is contained in:
Anand Doshi 2012-12-20 17:06:44 +05:30
parent 8ac9e687bd
commit 69f855ebfb

View File

@ -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`