Bugzilla – Attachment 128254 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]
Here's the fixed patch for testing.
Heres-the-fixed-patch.patch (text/plain), 1.19 KB, created by
Samu Heiskanen
on 2021-12-06 01:04:18 UTC
(
hide
)
Description:
Here's the fixed patch for testing.
Filename:
MIME Type:
Creator:
Samu Heiskanen
Created:
2021-12-06 01:04:18 UTC
Size:
1.19 KB
patch
obsolete
>From 0c468f49a0586b11a977581ce7d15d864797b058 Mon Sep 17 00:00:00 2001 >From: Samu Heiskanen <samu.heiskanen@hypernova.fi> >Date: Mon, 6 Dec 2021 00:57:47 +0000 >Subject: [PATCH] Here's the fixed patch. > >https://bugs.koha-community.org/show_bug.cgi?id=29043 >--- > reserve/request.pl | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/reserve/request.pl b/reserve/request.pl >index 76d00f35bf..4f8dd8d25e 100755 >--- a/reserve/request.pl >+++ b/reserve/request.pl >@@ -315,12 +315,14 @@ my $itemdata_ccode = 0; > my @biblioloop = (); > my $reserveloop = 0; > my $no_reserves_allowed = 0; >+ >+my $biblio = Koha::Biblios->find( $biblionumber ); >+ > foreach my $biblionumber (@biblionumbers) { > next unless $biblionumber =~ m|^\d+$|; > > my %biblioloopiter = (); > >- my $biblio = Koha::Biblios->find( $biblionumber ); > unless ($biblio) { > $biblioloopiter{noitems} = 1; > $template->param('nobiblio' => 1); >@@ -743,6 +745,7 @@ $template->param( > date => $date, > biblionumber => $biblionumber, > findborrower => $findborrower, >+ biblio => $biblio, > holdsview => 1, > C4::Search::enabled_staff_search_views, > ); >-- >2.25.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