rename Purchase Request to Material Request
diff --git a/patches/july_2012/supplier_quotation.py b/patches/july_2012/supplier_quotation.py
index 84809e5..49fa14d 100644
--- a/patches/july_2012/supplier_quotation.py
+++ b/patches/july_2012/supplier_quotation.py
@@ -10,6 +10,6 @@
 	sync('buying', 'purchase_order_item')
 	
 	from webnotes.modules import reload_doc
-	reload_doc('buying', 'DocType Mapper', 'Purchase Request-Supplier Quotation')
+	reload_doc('buying', 'DocType Mapper', 'Material Request-Supplier Quotation')
 	reload_doc('buying', 'DocType Mapper', 'Supplier Quotation-Purchase Order')
 	
\ No newline at end of file