commit | 8859eb23a38aee967ba4d579450c441b650d0978 | [log] [tgz] |
---|---|---|
author | tunde <tundebabzy@gmail.com> | Mon Jun 26 12:01:41 2017 +0100 |
committer | tunde <tundebabzy@gmail.com> | Mon Jun 26 12:01:41 2017 +0100 |
tree | 74a58dd71aafa3698c583b9801dbae4be117dda2 | |
parent | ea7768d3f34b91e479907cadf763d1e46fa539f7 [diff] |
set form_dict correctly
diff --git a/erpnext/buying/doctype/request_for_quotation/test_request_for_quotation.py b/erpnext/buying/doctype/request_for_quotation/test_request_for_quotation.py index 7211263..ef4e8b2 100644 --- a/erpnext/buying/doctype/request_for_quotation/test_request_for_quotation.py +++ b/erpnext/buying/doctype/request_for_quotation/test_request_for_quotation.py
@@ -44,7 +44,7 @@ sq = make_supplier_quotation(rfq.name, supplier_wt_appos[0].get("supplier")) sq.submit() - frappe.local.form_dict.name = rfq.name + frappe.local.form_dict = dict(name=rfq.name) self.assertEqual( check_supplier_has_docname_access(supplier_wt_appos[0].get('supplier')),