chore: fix travis
This commit is contained in:
parent
0c12d4d3c5
commit
992d61bd90
@ -158,10 +158,7 @@ def get_customers_based_on_territory_or_customer_group(customer_collection, coll
|
||||
return frappe.get_list(
|
||||
"Customer",
|
||||
fields=["name", "customer_name", "email_id"],
|
||||
filters=[
|
||||
["disabled", "=", 0],
|
||||
[fields_dict[customer_collection], "IN", selected]
|
||||
],
|
||||
filters=[["disabled", "=", 0], [fields_dict[customer_collection], "IN", selected]],
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user