From 69f855ebfb324cca1b9d1fec008a9d4d93358f14 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 20 Dec 2012 17:06:44 +0530 Subject: [PATCH] changed production to manufacturing in reload doc --- patches/november_2012/production_order_patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/november_2012/production_order_patch.py b/patches/november_2012/production_order_patch.py index 4bc09121de..54284b425a 100644 --- a/patches/november_2012/production_order_patch.py +++ b/patches/november_2012/production_order_patch.py @@ -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`