Fixes for travis (#12161)

* Fixes for travis

* Testcase fixes for get_item_details

* Testcase fixes for get_item_details

* Travis fixes

* Travis fixes
This commit is contained in:
Nabin Hait
2017-12-26 17:50:34 +05:30
committed by GitHub
parent f06c281964
commit 123759aff7
4 changed files with 13 additions and 5 deletions

View File

@@ -129,7 +129,6 @@ def _make_customer(source_name, target_doc=None, ignore_permissions=False):
}
}}, target_doc, set_missing_values, ignore_permissions=ignore_permissions)
print(doclist)
return doclist
@frappe.whitelist()