Bugzilla – Attachment 128476 Details for
Bug 29043
Items are processed but not displayed on request.pl before a patron is selected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29043: Remaining bug is the incorrect title "Place a hold on No title"
Bug-29043-Remaining-bug-is-the-incorrect-title-Pla.patch (text/plain), 1.07 KB, created by
Nick Clemens (kidclamp)
on 2021-12-13 16:07:45 UTC
(
hide
)
Description:
Bug 29043: Remaining bug is the incorrect title "Place a hold on No title"
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-12-13 16:07:45 UTC
Size:
1.07 KB
patch
obsolete
>From 1c86aa22b457ba8f22a686cc8761f2d7ee775a76 Mon Sep 17 00:00:00 2001 >From: Samu Heiskanen <samu.heiskanen@hypernova.fi> >Date: Wed, 8 Dec 2021 01:46:47 +0000 >Subject: [PATCH] Bug 29043: Remaining bug is the incorrect title "Place a hold > on No title" > >This version takes account of the batch-mode. > >I only just add the line: > >$template->param( biblio => $biblio ) if scalar @biblionumbers == 1; > >inside the foreach loop. All my other patch-fixes are obsolete. > >Signed-off-by: Samu Heiskanen <samu.heiskanen@hypernova.fi> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > reserve/request.pl | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/reserve/request.pl b/reserve/request.pl >index a1166ca779..ba1db22762 100755 >--- a/reserve/request.pl >+++ b/reserve/request.pl >@@ -321,6 +321,8 @@ foreach my $biblionumber (@biblionumbers) { > last; > } > >+ $template->param( biblio =>$biblio ) if scalar @biblionumbers == 1; >+ > my $count = Koha::Holds->search( { biblionumber => $biblionumber } )->count(); > > # adding a fixed value for priority options >-- >2.20.1
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 29043
:
124941
|
125060
|
127731
|
127732
|
128254
|
128309
|
128336
|
128337
|
128338
|
128339
|
128340
|
128421
|
128422
|
128423
|
128474
|
128475
|
128476
|
128971
|
128972
|
128973
|
129200
|
129498
|
129530
|
129531
|
129820
|
129821
|
129915
|
129916
|
129949
|
129950