From a88456ec309edb6778cf50c139cab6ab8e99e963 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 10 Aug 2025 15:25:22 +0200 Subject: move id generation out of UI and into administration --- src/ui/ui_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/ui_main.cpp') 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, -- cgit v1.2.3-70-g09d2