mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
fixes form_dict failure in travis test
This commit is contained in:
@@ -44,7 +44,7 @@ class TestRequestforQuotation(unittest.TestCase):
|
|||||||
sq = make_supplier_quotation(rfq.name, supplier_wt_appos[0].get("supplier"))
|
sq = make_supplier_quotation(rfq.name, supplier_wt_appos[0].get("supplier"))
|
||||||
sq.submit()
|
sq.submit()
|
||||||
|
|
||||||
frappe.form_dict['name'] = rfq.name
|
frappe.local.form_dict.name = rfq.name
|
||||||
|
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
check_supplier_has_docname_access(supplier_wt_appos[0].get('supplier')),
|
check_supplier_has_docname_access(supplier_wt_appos[0].get('supplier')),
|
||||||
|
|||||||
Reference in New Issue
Block a user