diff options
Diffstat (limited to 'include/administration.hpp')
| -rw-r--r-- | include/administration.hpp | 1 |
1 files changed, 1 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 |
