Test case fixes (#14219)

* Test case fixes

* fetch_from fixes
This commit is contained in:
Nabin Hait
2018-05-26 09:09:02 +05:30
committed by GitHub
parent d09a6c9ccb
commit 33df0b4fbf
18 changed files with 63 additions and 50 deletions

View File

@@ -64,6 +64,7 @@ def make_opportunity(**args):
opp_doc = frappe.get_doc({
"doctype": "Opportunity",
"company": args.company or "_Test Company",
"enquiry_from": args.enquiry_from or "Customer",
"opportunity_type": "Sales",
"with_items": args.with_items or 0,