Skip to content

Commit

Permalink
fix: Set account type payable for advance account
Browse files Browse the repository at this point in the history
  • Loading branch information
Karuppasamy923 committed Dec 24, 2024
1 parent a10a15b commit 8abbece
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@ def test_advance_as_liability_against_order(self):
parent_account="Current Liabilities - _TC",
account_name="Advances Paid",
company=company,
account_type="Liability",
account_type="Payable",
)

frappe.db.set_value(
Expand Down

0 comments on commit 8abbece

Please sign in to comment.