From 1788a41de4dff257177cb10f2b25b79e684b862f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Schenkels?= Date: Mon, 25 Mar 2024 15:50:01 +0000 Subject: [PATCH] fix echr --- l10n_nl_rgs/models/account_chart_template.py | 1 + 1 file changed, 1 insertion(+) diff --git a/l10n_nl_rgs/models/account_chart_template.py b/l10n_nl_rgs/models/account_chart_template.py index 031f113..44ef3c2 100644 --- a/l10n_nl_rgs/models/account_chart_template.py +++ b/l10n_nl_rgs/models/account_chart_template.py @@ -330,6 +330,7 @@ def get_allowed_account_journals_based_on_code(self, all_journals, code_list): "STJ": "general_stj", "TAX": "general_tax", "MISC": "general_misc", + "EXCH": "general_exch", } subtype_list = [] for k, v in subtype_mapping.items():