From ebcb3c02d0aa5cbfc722d6eacee47a290b5ba610 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 7 Aug 2012 15:24:46 +0530 Subject: [PATCH] fixes in supplier quotations report patch --- erpnext/patches/august_2012/report_supplier_quotations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/patches/august_2012/report_supplier_quotations.py b/erpnext/patches/august_2012/report_supplier_quotations.py index bcbd176608..8eaf707c4c 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")