commit | ebcb3c02d0aa5cbfc722d6eacee47a290b5ba610 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Tue Aug 07 15:24:46 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Tue Aug 07 15:24:46 2012 +0530 |
tree | 168addd92a8e15f3e5d9ad7eee99cf5876422005 | |
parent | 26dc1b776a1f46347f597f54d73b1d97f6915080 [diff] |
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")