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

@@ -275,7 +275,7 @@ def setup_supplier():
frappe.get_doc({
"doctype": "Supplier",
"supplier_name": s,
"supplier_type": random.choice(["Services", "Raw Material"]),
"supplier_group": random.choice(["Services", "Raw Material"]),
}).insert()
def setup_warehouse():