From f023e47d89caad6c29af79f023bebc694b1bc488 Mon Sep 17 00:00:00 2001 From: lacatoire Date: Tue, 10 Feb 2026 17:19:40 +0100 Subject: [PATCH] Enable Select All checkbox in cabinet report The Select All checkbox and its JS handler were already implemented but commented out due to mPDF performance concerns. Re-enable it so users with many cabinets can easily select all of them for reporting. Fixes #1156 --- report_cabinets.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/report_cabinets.php b/report_cabinets.php index e203c9eb6..8c2e52914 100644 --- a/report_cabinets.php +++ b/report_cabinets.php @@ -106,8 +106,7 @@
".__("Select all")."
\n"; + print "
".__("Select all")."
\n"; foreach ( $cabList as $cab ) { print "
CabinetID\">$cab->Location
\n"; }