mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
config/utility level changes
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user