Bugzilla – Attachment 184460 Details for
Bug 40335
Holds queue does not allow multiselect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40335: Fix mistake in template params
Bug-40335-Fix-mistake-in-template-params.patch (text/plain), 1.24 KB, created by
David Flater
on 2025-07-21 22:22:30 UTC
(
hide
)
Description:
Bug 40335: Fix mistake in template params
Filename:
MIME Type:
Creator:
David Flater
Created:
2025-07-21 22:22:30 UTC
Size:
1.24 KB
patch
obsolete
>From ebaddc91f34a8c59f1cac3cfae7b4a49162c9a22 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 10 Jul 2025 02:31:36 +0000 >Subject: [PATCH] Bug 40335: Fix mistake in template params > >Signed-off-by: David Flater <flaterdavid@gmail.com> >--- > circ/view_holdsqueue.pl | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/circ/view_holdsqueue.pl b/circ/view_holdsqueue.pl >index 7e52b821bf..6233b71b98 100755 >--- a/circ/view_holdsqueue.pl >+++ b/circ/view_holdsqueue.pl >@@ -54,16 +54,16 @@ if ($run_report) { > { > branchlimit => $branchlimit, > itemtypeslimit => $itemtypeslimit, >- ccodeslimit => $locationslimit, >- locationslimit => $ccodeslimit, >+ ccodeslimit => $ccodeslimit, >+ locationslimit => $locationslimit, > } > ); > > $template->param( > branchlimit => $branchlimit, > itemtypeslimit => $itemtypeslimit, >- ccodeslimit => $locationslimit, >- locationslimit => $ccodeslimit, >+ ccodeslimit => $ccodeslimit, >+ locationslimit => $locationslimit, > total => $items->count, > itemsloop => $items, > run_report => $run_report, >-- >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 40335
:
183908
|
183909
|
183911
|
183912
|
183913
|
184460
|
184480
|
184481
|
184482