fix: restore missing account number for Indirect Expenses in standard COA with Numbers (#50767)

(cherry picked from commit 9145bf5563)
This commit is contained in:
Aadhil
2025-11-27 16:53:02 +03:00
committed by Mergify
parent 0ade33e46a
commit b8ab6403ab

View File

@@ -228,6 +228,7 @@ def get():
}, },
_("Impairment"): {"account_number": "5224", "account_category": "Operating Expenses"}, _("Impairment"): {"account_number": "5224", "account_category": "Operating Expenses"},
_("Tax Expense"): {"account_number": "5225", "account_category": "Tax Expense"}, _("Tax Expense"): {"account_number": "5225", "account_category": "Tax Expense"},
"account_number": "5200",
}, },
"root_type": "Expense", "root_type": "Expense",
"account_number": "5000", "account_number": "5000",