Bugzilla – Attachment 194179 Details for
Bug 36868
Add ability to automatically empty cart after placing holds ( staff interface and OPAC )
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36868: (follow-up) Remove unused variable in opac-reserve.pl
Bug-36868-follow-up-Remove-unused-variable-in-opac.patch (text/plain), 745 bytes, created by
Lucas Gass (lukeg)
on 2026-02-27 20:24:46 UTC
(
hide
)
Description:
Bug 36868: (follow-up) Remove unused variable in opac-reserve.pl
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2026-02-27 20:24:46 UTC
Size:
745 bytes
patch
obsolete
>From 19b252c654c22c26f68f21098570d1c60da9d8c8 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36868
:
166834
|
166835
|
167558
|
167695
|
167699
|
167700
|
167701
|
167851
|
167852
|
167853
|
167854
|
167855
|
177760
|
177761
|
177762
|
177763
|
178640
|
178700
|
178701
|
188235
|
188236
|
188237
|
190497
|
190498
|
190499
|
190618
|
190619
|
190620
|
194176
|
194177
|
194178
| 194179