mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
fix: Set account type payable for advance account
This commit is contained in:
@@ -1519,7 +1519,7 @@ class TestPaymentEntry(IntegrationTestCase):
|
|||||||
parent_account="Current Liabilities - _TC",
|
parent_account="Current Liabilities - _TC",
|
||||||
account_name="Advances Paid",
|
account_name="Advances Paid",
|
||||||
company=company,
|
company=company,
|
||||||
account_type="Liability",
|
account_type="Payable",
|
||||||
)
|
)
|
||||||
|
|
||||||
frappe.db.set_value(
|
frappe.db.set_value(
|
||||||
|
|||||||
Reference in New Issue
Block a user