Bugzilla – Attachment 185279 Details for
Bug 37219
In OPAC item holds, separate copy number from radio button and add table configuration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37219: (follow-up) Send copy number flag to template
Bug-37219-follow-up-Send-copy-number-flag-to-templ.patch (text/plain), 1.07 KB, created by
Marie-Luce Laflamme
on 2025-08-08 14:16:25 UTC
(
hide
)
Description:
Bug 37219: (follow-up) Send copy number flag to template
Filename:
MIME Type:
Creator:
Marie-Luce Laflamme
Created:
2025-08-08 14:16:25 UTC
Size:
1.07 KB
patch
obsolete
>From 6aa7e8ce2e74a2ea1b3168b7331c6055b768735c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 4 Aug 2025 18:25:08 +0000 >Subject: [PATCH] Bug 37219: (follow-up) Send copy number flag to template > >This patch corrects opac-reserve.pl so that copy number information will >be passed to the template. > >Signed-off-by: Marie-Luce Laflamme <marie-luce.laflamme@inlibro.com> >--- > opac/opac-reserve.pl | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/opac/opac-reserve.pl b/opac/opac-reserve.pl >index 39b1124a8bf..43a7075cef2 100755 >--- a/opac/opac-reserve.pl >+++ b/opac/opac-reserve.pl >@@ -505,8 +505,9 @@ foreach my $biblioNum (@biblionumbers) { > push @{ $biblioLoopIter{itemLoop} }, $item_info; > } > $template->param( >- itemdata_enumchron => $itemdata_enumchron, >- itemdata_ccode => $itemdata_ccode, >+ itemdata_copynumber => $itemdata_copynumber, >+ itemdata_enumchron => $itemdata_enumchron, >+ itemdata_ccode => $itemdata_ccode, > ); > > if ( $numCopiesAvailable > 0 ) { >-- >2.43.0
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 37219
:
168465
|
168564
|
171455
|
174551
|
184568
|
185110
|
185111
| 185279