chore(test): enable multi-currency party for testing

This commit is contained in:
ruthra kumar 2023-07-22 10:01:59 +05:30
parent 8f9ef4ef5b
commit 93246043ec

View File

@ -1063,7 +1063,11 @@ class TestPaymentEntry(FrappeTestCase):
@change_settings(
"Accounts Settings",
{"unlink_payment_on_cancellation_of_invoice": 1, "delete_linked_ledger_entries": 1},
{
"unlink_payment_on_cancellation_of_invoice": 1,
"delete_linked_ledger_entries": 1,
"allow_multi_currency_invoices_against_single_party_account": 1,
},
)
def test_overallocation_validation_on_payment_terms(self):
"""