mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 19:55:29 +00:00
@@ -77,12 +77,14 @@ class TestPaymentTermsStatusForSalesOrder(FrappeTestCase):
|
|||||||
sinv.insert()
|
sinv.insert()
|
||||||
sinv.submit()
|
sinv.submit()
|
||||||
columns, data, message, chart = execute(
|
columns, data, message, chart = execute(
|
||||||
{
|
frappe._dict(
|
||||||
"company": "_Test Company",
|
{
|
||||||
"period_start_date": "2021-06-01",
|
"company": "_Test Company",
|
||||||
"period_end_date": "2021-06-30",
|
"period_start_date": "2021-06-01",
|
||||||
"item": item.item_code,
|
"period_end_date": "2021-06-30",
|
||||||
}
|
"item": item.item_code,
|
||||||
|
}
|
||||||
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
expected_value = [
|
expected_value = [
|
||||||
@@ -167,12 +169,14 @@ class TestPaymentTermsStatusForSalesOrder(FrappeTestCase):
|
|||||||
sinv.insert()
|
sinv.insert()
|
||||||
sinv.submit()
|
sinv.submit()
|
||||||
columns, data, message, chart = execute(
|
columns, data, message, chart = execute(
|
||||||
{
|
frappe._dict(
|
||||||
"company": "_Test Company",
|
{
|
||||||
"period_start_date": "2021-06-01",
|
"company": "_Test Company",
|
||||||
"period_end_date": "2021-06-30",
|
"period_start_date": "2021-06-01",
|
||||||
"item": item.item_code,
|
"period_end_date": "2021-06-30",
|
||||||
}
|
"item": item.item_code,
|
||||||
|
}
|
||||||
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
# report defaults to company currency.
|
# report defaults to company currency.
|
||||||
|
|||||||
Reference in New Issue
Block a user