From 284a40aa63d09163e24b089cf0dcc517b8e62a91 Mon Sep 17 00:00:00 2001 From: Monolithon Administrator <5338127+monolithonadmin@users.noreply.github.com> Date: Sun, 26 Nov 2023 13:47:10 +0100 Subject: [PATCH] fix: Add name to Hungary - Chart of Accounts for Microenterprises json (#38278) Co-authored-by: Deepesh Garg --- ..._of_accounts_for_microenterprises_with_account_number.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/account/chart_of_accounts/verified/hu_chart_of_accounts_for_microenterprises_with_account_number.json b/erpnext/accounts/doctype/account/chart_of_accounts/verified/hu_chart_of_accounts_for_microenterprises_with_account_number.json index 2cd6c0fc61..4013bb0926 100644 --- a/erpnext/accounts/doctype/account/chart_of_accounts/verified/hu_chart_of_accounts_for_microenterprises_with_account_number.json +++ b/erpnext/accounts/doctype/account/chart_of_accounts/verified/hu_chart_of_accounts_for_microenterprises_with_account_number.json @@ -1,4 +1,6 @@ { + "country_code": "hu", + "name": "Hungary - Chart of Accounts for Microenterprises", "tree": { "SZ\u00c1MLAOSZT\u00c1LY BEFEKTETETT ESZK\u00d6Z\u00d6K": { "account_number": 1, @@ -1651,4 +1653,4 @@ } } } -} \ No newline at end of file +}