From eeee06fd7cf7dd25a304679f893450ee43de7031 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 11 Oct 2024 06:44:31 +0200 Subject: [PATCH] test: fix test_sales_invoice setup --- erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py b/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py index eff8b6c8169..02fae0cd580 100644 --- a/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py +++ b/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py @@ -76,6 +76,7 @@ class TestSalesInvoice(IntegrationTestCase): @classmethod def setUpClass(self): + super().setUpClass() unlink_payment_on_cancel_of_invoice() @classmethod