diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-19 16:11:09 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-19 16:11:09 +0200 |
| commit | 1bfeb2751bf07cdc81ea9344ec941e671cb216a8 (patch) | |
| tree | 6bc8c691eba2c6c34c3ad0d272aef9029256b616 /include | |
| parent | 7dc2a4d511a0f9e30a63be6bc8ecca0bea0b8c3f (diff) | |
update tests for new tax rates
Diffstat (limited to 'include')
| -rw-r--r-- | include/administration.hpp | 1 | ||||
| -rw-r--r-- | include/file_templates.hpp | 1 |
2 files changed, 2 insertions, 0 deletions
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 { " <Rate>{{TAXBRACKET_RATE}}</Rate>\n" " <Type>{{TAXBRACKET_TYPE}}</Type>\n" " <TaxSections>{{TAXBRACKET_SECTIONS}}</TaxSections>\n" + " <Category>{{TAXBRACKET_CATEGORY}}</Category>\n" "</CountryTaxBracket>"; static const char* contact_save_template = |
