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