Bugzilla – Attachment 185111 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), 1022 bytes, created by
Owen Leonard
on 2025-08-04 18:28:04 UTC
(
hide
)
Description:
Bug 37219: (follow-up) Send copy number flag to template
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-08-04 18:28:04 UTC
Size:
1022 bytes
patch
obsolete
>From aa837bbdadeaf783bf76ee01b602eb4b797318a2 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. >--- > 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.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 37219
:
168465
|
168564
|
171455
|
174551
|
184568
|
185110
|
185111
|
185279