summaryrefslogtreecommitdiff
path: root/src/ui/ui_main.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-08-10 15:25:22 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-08-10 15:25:22 +0200
commita88456ec309edb6778cf50c139cab6ab8e99e963 (patch)
tree10b86e0964bee9a6670b2a064fd9863290eb970b /src/ui/ui_main.cpp
parent0327e06b59aa20dbfec137b2287b950b5cb84960 (diff)
move id generation out of UI and into administration
Diffstat (limited to 'src/ui/ui_main.cpp')
-rw-r--r--src/ui/ui_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_main.cpp b/src/ui/ui_main.cpp
index 10f9cea..05a98b4 100644
--- a/src/ui/ui_main.cpp
+++ b/src/ui/ui_main.cpp
@@ -28,7 +28,7 @@ void (*drawcalls[dashboard_view_state::END])(void) = {
};
void (*setupcalls[dashboard_view_state::END])(void) = {
- 0,
+ ui_setup_invoices,
0,
ui_setup_contacts,
0,