mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 23:42:13 +00:00
fix(test): Advance Received should be under liability account
(cherry picked from commit a75e095d00)
This commit is contained in:
@@ -1559,7 +1559,7 @@ class TestPaymentEntry(FrappeTestCase):
|
|||||||
company = "_Test Company"
|
company = "_Test Company"
|
||||||
customer = create_customer(frappe.generate_hash(length=10), "INR")
|
customer = create_customer(frappe.generate_hash(length=10), "INR")
|
||||||
advance_account = create_account(
|
advance_account = create_account(
|
||||||
parent_account="Current Assets - _TC",
|
parent_account="Current Liabilities - _TC",
|
||||||
account_name="Advances Received",
|
account_name="Advances Received",
|
||||||
company=company,
|
company=company,
|
||||||
account_type="Receivable",
|
account_type="Receivable",
|
||||||
|
|||||||
Reference in New Issue
Block a user