summaryrefslogtreecommitdiff
path: root/include/administration.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/administration.hpp')
-rw-r--r--include/administration.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/administration.hpp b/include/administration.hpp
index 69c0c0a..f2ca9e4 100644
--- a/include/administration.hpp
+++ b/include/administration.hpp
@@ -330,6 +330,7 @@ typedef struct
typedef struct
{
+ char tax_description[MAX_LEN_LONG_DESC];
char tax_category[MAX_LEN_SHORT_DESC];
float total_net;
float total_tax;
@@ -347,7 +348,7 @@ typedef struct
typedef struct
{
- u32 quarter_count;
+ u32 report_count;
tax_report reports[MAX_LEN_TAX_REPORT_QUARTERS];
} tax_statement;