mirror of
https://github.com/frappe/erpnext.git
synced 2026-07-13 10:18:47 +00:00
fix: remove incorrect Payable account_type from Customer Deposits in Philippines CoA (backport #57018) (#57060)
Co-authored-by: Raghav Ruia <168326921+raghavisruia@users.noreply.github.com>
This commit is contained in:
@@ -406,8 +406,7 @@
|
||||
"Customer Deposits": {
|
||||
"account_number": "2500",
|
||||
"is_group": 0,
|
||||
"root_type": "Liability",
|
||||
"account_type": "Payable"
|
||||
"root_type": "Liability"
|
||||
}
|
||||
},
|
||||
"Non Current Liabilities": {
|
||||
|
||||
Reference in New Issue
Block a user