summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/administration.hpp1
-rw-r--r--include/file_templates.hpp1
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 =