From 1bfeb2751bf07cdc81ea9344ec941e671cb216a8 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 19 Oct 2025 16:11:09 +0200 Subject: update tests for new tax rates --- include/administration.hpp | 1 + include/file_templates.hpp | 1 + 2 files changed, 2 insertions(+) (limited to 'include') diff --git a/include/administration.hpp b/include/administration.hpp index 40e58fe..56e0830 100644 --- a/include/administration.hpp +++ b/include/administration.hpp @@ -62,6 +62,7 @@ typedef struct u32 tax_section_count; char tax_sections[MAX_TAX_SECTION_PER_RATE][MAX_LEN_SHORT_DESC]; // Country specific tax section tax_rate_type type; + char category_code[MAX_LEN_CODE]; } tax_rate; typedef struct diff --git a/include/file_templates.hpp b/include/file_templates.hpp index c44e624..15637a7 100644 --- a/include/file_templates.hpp +++ b/include/file_templates.hpp @@ -38,6 +38,7 @@ namespace file_template { " {{TAXBRACKET_RATE}}\n" " {{TAXBRACKET_TYPE}}\n" " {{TAXBRACKET_SECTIONS}}\n" + " {{TAXBRACKET_CATEGORY}}\n" ""; static const char* contact_save_template = -- cgit v1.2.3-70-g09d2