diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-12 15:19:45 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-12 15:19:45 +0100 |
| commit | 4a2500299e8fd58f40b545d62dae0282ff20bb01 (patch) | |
| tree | 881ca57b38fc400c589cea747414cbe5ccc62aa7 /src/ui/ui_invoices.cpp | |
| parent | afc58c547f25affd9075ee5eef4444b7c0855e06 (diff) | |
refactor contact page
Diffstat (limited to 'src/ui/ui_invoices.cpp')
| -rw-r--r-- | src/ui/ui_invoices.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_invoices.cpp b/src/ui/ui_invoices.cpp index e7872d1..16dcc52 100644 --- a/src/ui/ui_invoices.cpp +++ b/src/ui/ui_invoices.cpp @@ -60,7 +60,7 @@ void ui::destroy_invoices() void ui::setup_invoices() { - activity_buffer = (activity*)memops::alloc(sizeof(activity) * 250); + activity_buffer = (activity*)memops::alloc(sizeof(activity) * 250); // @TODO hardcoded current_view_state = ui::view_state::LIST_ALL; _set_active_invoice(administration::invoice_create_empty()); |
