config/utility level changes

This commit is contained in:
Zlash65
2018-04-19 18:37:29 +05:30
parent 0a50554417
commit 890707854d
10 changed files with 56 additions and 56 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()