diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-24 14:56:47 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-24 14:56:47 +0200 |
| commit | 9fcfc3215a4caaa32872abc9cfc6deeb86b9765c (patch) | |
| tree | f8e003a8f4fafff228cb9feb45ecb82051130330 /include/administration.hpp | |
| parent | df9353ecbdadc5ff4efe42c242e233cacedea50b (diff) | |
save files for admistration, contacts, projects, tax rates and cost centers
Diffstat (limited to 'include/administration.hpp')
| -rw-r--r-- | include/administration.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/administration.hpp b/include/administration.hpp index de699cb..e9ca22f 100644 --- a/include/administration.hpp +++ b/include/administration.hpp @@ -32,7 +32,7 @@ typedef struct typedef struct { - char id[MAX_LEN_ID]; // C/[id] + char id[MAX_LEN_ID]; // E/[id] char code[MAX_LEN_CODE]; // Internal 4 letter code char description[MAX_LEN_LONG_DESC]; } cost_center; |
