fix: minor change added to test_case
(cherry picked from commit 30402033bc06296a32ffaf98fd28f18974be2248)
This commit is contained in:
parent
848efe8047
commit
b1714ec21d
@ -479,7 +479,7 @@ class TestAccountsReceivable(AccountsTestMixin, FrappeTestCase):
|
|||||||
si = self.create_sales_invoice()
|
si = self.create_sales_invoice()
|
||||||
cus_group = frappe.db.get_value("Customer", self.customer, "customer_group")
|
cus_group = frappe.db.get_value("Customer", self.customer, "customer_group")
|
||||||
# Create a list of customer groups, e.g., ["Group1", "Group2"]
|
# Create a list of customer groups, e.g., ["Group1", "Group2"]
|
||||||
cus_groups_list = [cus_group, "Group2"]
|
cus_groups_list = [cus_group, "_Test Customer Group 1"]
|
||||||
|
|
||||||
filters = {
|
filters = {
|
||||||
"company": self.company,
|
"company": self.company,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user