mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
Merge pull request #43545 from blaggacao/try/fix
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