mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
fix: underspecified test
This commit is contained in:
@@ -146,6 +146,9 @@ class TestPaymentTermsStatusForSalesOrder(IntegrationTestCase):
|
|||||||
)
|
)
|
||||||
doc.insert()
|
doc.insert()
|
||||||
|
|
||||||
|
@IntegrationTestCase.change_settings(
|
||||||
|
"Accounts Settings", allow_multi_currency_invoices_against_single_party_account=1
|
||||||
|
)
|
||||||
def test_02_alternate_currency(self):
|
def test_02_alternate_currency(self):
|
||||||
transaction_date = "2021-06-15"
|
transaction_date = "2021-06-15"
|
||||||
self.create_payment_terms_template()
|
self.create_payment_terms_template()
|
||||||
|
|||||||
Reference in New Issue
Block a user