mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-01 15:47:06 +00:00
fix(test): do not use is_group enabled customer group in test
(cherry picked from commit 75fa2b2277)
This commit is contained in:
@@ -177,7 +177,7 @@ def create_shipment_customer(customer_name):
|
||||
customer = frappe.new_doc("Customer")
|
||||
customer.customer_name = customer_name
|
||||
customer.customer_type = "Company"
|
||||
customer.customer_group = "All Customer Groups"
|
||||
customer.customer_group = "Individual"
|
||||
customer.territory = "All Territories"
|
||||
customer.insert()
|
||||
return customer
|
||||
|
||||
Reference in New Issue
Block a user