Resolve merge conflicts from enterprise_sprint branch

This commit is contained in:
Saurabh
2018-05-14 21:15:46 +05:30
463 changed files with 35469 additions and 5844 deletions

View File

@@ -63,7 +63,7 @@ def create_suppliers(args_data):
doc = frappe.get_doc({
"doctype":"Supplier",
"supplier_name": supplier,
"supplier_type": _("Local"),
"supplier_group": _("Local"),
"company": defaults.get("company")
}).insert()