lead organization fld added in quotation for printing
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py
index dbf62f7..89d3fa9 100644
--- a/erpnext/patches/patch_list.py
+++ b/erpnext/patches/patch_list.py
@@ -192,5 +192,10 @@
 		'patch_file': 'stock_entry_others_patch',
 		'description': 'new purpose others in stock entry' 
 	},
+	{
+		'patch_module': 'patches.jan_mar_2012',
+		'patch_file': 'reload_quote',
+		'description': 'reload quote: organization fld added' 
+	},
 
 ]