Bugzilla – Attachment 64751 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), 960 bytes, created by
Marcel de Rooy
on 2017-06-30 10:08:18 UTC
(
hide
)
Description:
Bug 17738: Remove warning about redeclaration of $patron
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-06-30 10:08:18 UTC
Size:
960 bytes
patch
obsolete
>From ef7782f44ffeba1e505b61ac346823ead927eb30 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 >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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