mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
fix: restore missing account number for Indirect Expenses in standard COA with Numbers (#50767)
(cherry picked from commit 9145bf5563)
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user