Bugzilla – Attachment 62219 Details for
Bug 17738
Move GetReservesFromBorrowernumber to Koha::Patron->holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17738: Remove warning about redeclaration of $patron
Bug-17738-Remove-warning-about-redeclaration-of-pa.patch (text/plain), 806 bytes, created by
Marc Véron
on 2017-04-17 15:46:47 UTC
(
hide
)
Description:
Bug 17738: Remove warning about redeclaration of $patron
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-04-17 15:46:47 UTC
Size:
806 bytes
patch
obsolete
>From 9bb8a7b6c97b64efa4151d4d8674d12fc09174e9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 17 Apr 2017 09:00:33 -0300 >Subject: [PATCH] Bug 17738: Remove warning about redeclaration of $patron >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Marc Véron <veron@veron.ch> >--- > opac/opac-reserve.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/opac/opac-reserve.pl b/opac/opac-reserve.pl >index 2cf8e59..86582d8 100755 >--- a/opac/opac-reserve.pl >+++ b/opac/opac-reserve.pl >@@ -351,7 +351,6 @@ if ( $borr->{lost} && ($borr->{lost} == 1) ) { > ); > } > >-my $patron = Koha::Patrons->find( $borrowernumber ); > if ( $patron->is_debarred ) { > $noreserves = 1; > $template->param( >-- >2.1.4
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 17738
:
58020
|
58021
|
62109
|
62110
|
62188
|
62189
|
62208
|
62219
|
64330
|
64331
|
64332
|
64749
|
64750
|
64751
|
64752