fix(test): Advance Received should be under liability account

This commit is contained in:
ruthra kumar
2024-04-04 16:13:07 +05:30
parent 8b9079d62e
commit a75e095d00

View File

@@ -1543,7 +1543,7 @@ class TestPaymentEntry(FrappeTestCase):
company = "_Test Company"
customer = create_customer(frappe.generate_hash(length=10), "INR")
advance_account = create_account(
parent_account="Current Assets - _TC",
parent_account="Current Liabilities - _TC",
account_name="Advances Received",
company=company,
account_type="Receivable",