changed production to manufacturing in reload doc
diff --git a/patches/november_2012/production_order_patch.py b/patches/november_2012/production_order_patch.py
index 4bc0912..54284b4 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`