fixes in supplier quotations report patch
diff --git a/erpnext/patches/august_2012/report_supplier_quotations.py b/erpnext/patches/august_2012/report_supplier_quotations.py
index bcbd176..8eaf707 100644
--- a/erpnext/patches/august_2012/report_supplier_quotations.py
+++ b/erpnext/patches/august_2012/report_supplier_quotations.py
@@ -1,4 +1,4 @@
 from __future__ import unicode_literals
 def execute():
 	from webnotes.modules import reload_doc
-	reload_doc("Buying", "Report", "Supplier Quotations")
+	reload_doc("buying", "report", "supplier_quotations")