mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +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):
|
def test_purchase_invoice_advance_taxes(self):
|
||||||
from erpnext.accounts.doctype.payment_entry.payment_entry import get_payment_entry
|
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"
|
company = "_Test Company"
|
||||||
|
|
||||||
tds_account_args = {
|
tds_account_args = {
|
||||||
|
|||||||
Reference in New Issue
Block a user