commit | ea7768d3f34b91e479907cadf763d1e46fa539f7 | [log] [tgz] |
---|---|---|
author | tunde <tundebabzy@gmail.com> | Mon Jun 26 10:17:53 2017 +0100 |
committer | tunde <tundebabzy@gmail.com> | Mon Jun 26 10:17:53 2017 +0100 |
tree | aadb9ee2bd825a0fc12816ca2e03a650ba523024 | |
parent | c1d22adb9f30d396d7fa6de9476bc60c1ea54797 [diff] |
fixes form_dict failure in travis test
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 e486821..7211263 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.form_dict['name'] = rfq.name + frappe.local.form_dict.name = rfq.name self.assertEqual( check_supplier_has_docname_access(supplier_wt_appos[0].get('supplier')),