diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-20 19:16:15 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-20 19:16:15 +0200 |
| commit | 214852f61cd3b9fda257044e9d822b94b4be7e5d (patch) | |
| tree | aa570a16623f1c7eae94474c80b484815ea85c88 /include/administration.hpp | |
| parent | 3402cba0fe6fa1b89a029c612b622e7a4771d901 (diff) | |
refactor ui widgets
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 cfdb293..0d15195 100644 --- a/include/administration.hpp +++ b/include/administration.hpp @@ -367,6 +367,7 @@ typedef struct #define A_ERR_MISSING_BUSINESSID (1ULL << 14) #define A_ERR_MAX_ITEMS_REACHED (1ULL << 15) #define A_ERR_MISSING_CODE (1ULL << 16) +#define A_ERR_MISSING_EMAIL (1ULL << 17) typedef uint32_t a_err; |
