chore(test): fix broken test case
This commit is contained in:
parent
70dd9d0671
commit
37895a361c
@ -3213,7 +3213,7 @@ class TestSalesInvoice(unittest.TestCase):
|
|||||||
account.disabled = 0
|
account.disabled = 0
|
||||||
account.save()
|
account.save()
|
||||||
|
|
||||||
@change_settings("Accounts Settings", {"unlink_payment_on_cancel_of_invoice": 1})
|
@change_settings("Accounts Settings", {"unlink_payment_on_cancellation_of_invoice": 1})
|
||||||
def test_gain_loss_with_advance_entry(self):
|
def test_gain_loss_with_advance_entry(self):
|
||||||
from erpnext.accounts.doctype.journal_entry.test_journal_entry import make_journal_entry
|
from erpnext.accounts.doctype.journal_entry.test_journal_entry import make_journal_entry
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user