mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-18 14:25:10 +00:00
fix: breaking test
This commit is contained in:
@@ -1500,6 +1500,8 @@ class TestPurchaseInvoice(IntegrationTestCase, StockTestMixin):
|
||||
def test_purchase_invoice_advance_taxes(self):
|
||||
from erpnext.accounts.doctype.payment_entry.payment_entry import get_payment_entry
|
||||
|
||||
frappe.db.set_single_value("Accounts Settings", "merge_similar_account_heads", 1)
|
||||
|
||||
company = "_Test Company"
|
||||
|
||||
tds_account_args = {
|
||||
|
||||
Reference in New Issue
Block a user