Skip to content

Commit

Permalink
fix echr
Browse files Browse the repository at this point in the history
  • Loading branch information
andreschenkels committed Mar 25, 2024
1 parent 9ccd233 commit ee31aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l10n_nl_rgs/models/account_chart_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit ee31aa8

Please sign in to comment.