mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 11:44:11 +00:00
fix: minor change added to test_case
(cherry picked from commit 30402033bc)
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user