chore: pass individual range

This commit is contained in:
ruthra kumar
2025-04-08 15:53:30 +05:30
parent 88facb7523
commit f62905f7a7

View File

@@ -178,7 +178,10 @@ class TestAccountsReceivable(AccountsTestMixin, FrappeTestCase):
"company": self.company,
"based_on_payment_terms": 1,
"report_date": today(),
"range": "30, 60, 90, 120",
"range1": 30,
"range2": 60,
"range3": 90,
"range4": 120,
"show_remarks": True,
}
@@ -210,7 +213,10 @@ class TestAccountsReceivable(AccountsTestMixin, FrappeTestCase):
"company": self.company,
"based_on_payment_terms": 1,
"report_date": today(),
"range": "30, 60, 90, 120",
"range1": 30,
"range2": 60,
"range3": 90,
"range4": 120,
"show_remarks": True,
}