fix(test): use correct account type for testing
(cherry picked from commit eecf9cd1d88987cfe6903c678216ba5af1e5d231)
This commit is contained in:
parent
25b49ef0de
commit
8b6eb3599c
@ -1328,7 +1328,7 @@ class TestPaymentEntry(FrappeTestCase):
|
|||||||
parent_account="Current Assets - _TC",
|
parent_account="Current Assets - _TC",
|
||||||
account_name="Advances Received",
|
account_name="Advances Received",
|
||||||
company=company,
|
company=company,
|
||||||
account_type="Liability",
|
account_type="Receivable",
|
||||||
)
|
)
|
||||||
|
|
||||||
frappe.db.set_value(
|
frappe.db.set_value(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user