From 19b252c654c22c26f68f21098570d1c60da9d8c8 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 27 Feb 2026 20:23:20 +0000 Subject: [PATCH] Bug 36868: (follow-up) Remove unused variable in opac-reserve.pl --- opac/opac-reserve.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/opac/opac-reserve.pl b/opac/opac-reserve.pl index 38673e80741..4a77d818891 100755 --- a/opac/opac-reserve.pl +++ b/opac/opac-reserve.pl @@ -197,7 +197,6 @@ if ( $op eq 'cud-place_reserve' ) { my @failed_holds; my @successful_hold_ids; my @successful_holds; - my $hold_group; while (@selectedItems) { my $biblioNum = shift(@selectedItems); my $itemNum = shift(@selectedItems); -- 2.39.5