mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
chore(test): enable multi-currency party for testing
(cherry picked from commit 93246043ec)
This commit is contained in:
@@ -1063,7 +1063,11 @@ class TestPaymentEntry(FrappeTestCase):
|
|||||||
|
|
||||||
@change_settings(
|
@change_settings(
|
||||||
"Accounts 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):
|
def test_overallocation_validation_on_payment_terms(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user