diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-28 17:41:50 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-28 17:41:50 +0200 |
| commit | a2299b0bae21c8f05f091732a78fc250cbd5e016 (patch) | |
| tree | b1de8319d1088b1209ba377665995b4543180d4b /src/ui | |
| parent | d8c4d84dc75300c6d4d8b0adceafa33741960b92 (diff) | |
openAI invoice importing v0.1
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/ui_expenses.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_expenses.cpp b/src/ui/ui_expenses.cpp index 790394a..153e6b7 100644 --- a/src/ui/ui_expenses.cpp +++ b/src/ui/ui_expenses.cpp @@ -176,7 +176,7 @@ static void ui_draw_expenses_list() char import_file_path[MAX_LEN_PATH] = {0}; ImGui::SameLine(); if (ImGui::FormInvoiceFileSelector("+ Import", import_file_path)) { // @localize - current_view_state = view_state::CREATE; + //current_view_state = view_state::CREATE; active_invoice = administration_invoice_create_empty(); // @leak active_invoice.customer = administration_company_info_get(); active_invoice.is_outgoing = 0; |
