From b0190f462c8066d11f4a759d82aec7fafc4d5e2c Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sun, 8 Mar 2026 13:33:36 -0400 Subject: [PATCH] Invoice: Fix Regression caused by renaming post var clien to client_id --- CHANGELOG.md | 7 ++++++- agent/modals/invoice/invoice_add.php | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dc142a1..87bdb500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,13 +24,18 @@ This file documents all notable changes made to ITFlow. - Client Overview: UI Sprucing. - Global: Introduced new checkbox class to all Checkbox select columns to keep consistency and reduce space and enhance ui. - Calendar: Event thats are cut off can now be viewed as a tooltip on hover. -- Calendar: Ranamed System Calendars to built-in calendars and added the names and color dot for reference. +- Calendar: Renamed System Calendars to built-in calendars and added the names and color dot for reference. - Calendar: You can now delete a custom calendar. - Report: Client Ticket Time Detail Audit: Selectable Billing Time Increment, will later be avauilable globally. - Roles/Permissions: Now complete and is out of beta all permission roles are strictly enforced, except for in Trips and Calendar, new enforce modules will be added for these at a later date. - Invoices/Quotes/Recurring Invoices: Split Items tables into their own POST logic and Modal UIs and tables (quote_items, invoice_items, recurring_items). - Project Template: Ticket Template order can now be dragged and dropped. - Global: CSRF Checks everywhere instead of just deletion calls. +- Global: Renamed the rest of the unarchive post and label calls to restore. +- Bumped Libraries: + - stripe-php from 19.0.0 to 19.4.1. + - fullcalendar from 6.1.19 to 6.1.20 + - TCPDF from 6.10.1 to 6.11.2 ## [26.02.1] Maint Release ### Bug Fixes diff --git a/agent/modals/invoice/invoice_add.php b/agent/modals/invoice/invoice_add.php index ebd6a63f..8c969352 100644 --- a/agent/modals/invoice/invoice_add.php +++ b/agent/modals/invoice/invoice_add.php @@ -38,7 +38,7 @@ ob_start();
-