mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
chore: pass individual range
This commit is contained in:
@@ -178,7 +178,10 @@ class TestAccountsReceivable(AccountsTestMixin, FrappeTestCase):
|
|||||||
"company": self.company,
|
"company": self.company,
|
||||||
"based_on_payment_terms": 1,
|
"based_on_payment_terms": 1,
|
||||||
"report_date": today(),
|
"report_date": today(),
|
||||||
"range": "30, 60, 90, 120",
|
"range1": 30,
|
||||||
|
"range2": 60,
|
||||||
|
"range3": 90,
|
||||||
|
"range4": 120,
|
||||||
"show_remarks": True,
|
"show_remarks": True,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -210,7 +213,10 @@ class TestAccountsReceivable(AccountsTestMixin, FrappeTestCase):
|
|||||||
"company": self.company,
|
"company": self.company,
|
||||||
"based_on_payment_terms": 1,
|
"based_on_payment_terms": 1,
|
||||||
"report_date": today(),
|
"report_date": today(),
|
||||||
"range": "30, 60, 90, 120",
|
"range1": 30,
|
||||||
|
"range2": 60,
|
||||||
|
"range3": 90,
|
||||||
|
"range4": 120,
|
||||||
"show_remarks": True,
|
"show_remarks": True,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user