chore: fix travis

This commit is contained in:
ruthra kumar 2023-06-08 15:11:46 +05:30
parent 0c12d4d3c5
commit 992d61bd90

View File

@ -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]],
)