Bugzilla – Attachment 46479 Details for
Bug 15135
Remove Warning Subroutine HasOverdues redefined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15135: Remove Warning Subroutine HasOverdues redefined
Bug-15135-Remove-Warning-Subroutine-HasOverdues-re.patch (text/plain), 1.38 KB, created by
Marcel de Rooy
on 2016-01-11 11:16:04 UTC
(
hide
)
Description:
Bug 15135: Remove Warning Subroutine HasOverdues redefined
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-01-11 11:16:04 UTC
Size:
1.38 KB
patch
obsolete
>From fffa2d6bc74ef22e8009e69e86082c1892b1f73b Mon Sep 17 00:00:00 2001 >From: =?utf-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Mon, 11 Jan 2016 11:59:14 +0100 >Subject: [PATCH] Bug 15135: Remove Warning Subroutine HasOverdues redefined >Content-Type: text/plain; charset=utf-8 > >In staff client, while displying patron related pages (e.g. moremember.pl) you get a warning like: >moremember.pl: Subroutine HasOverdues redefined at /usr/share/kohaclone/Koha/Template/Plugin/Borrowers.pm line 52. >This occurs with all pages that have [% USE Borrowers %] in their templates (directly or via members-toolbar.inc) > >To test: >- Go to Home > Patrons > Patron details for.... >- Search for warning above in log >- Apply patch >- Verify that no more warnings appear >- Verify that patron pages behave as before > >(Solution as of comment #18) > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Verified that warning disappears with this patch. >--- > Koha/Template/Plugin/Borrowers.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Template/Plugin/Borrowers.pm b/Koha/Template/Plugin/Borrowers.pm >index 3e2c59b..44c76fc 100644 >--- a/Koha/Template/Plugin/Borrowers.pm >+++ b/Koha/Template/Plugin/Borrowers.pm >@@ -23,7 +23,7 @@ use Modern::Perl; > use base qw( Template::Plugin ); > > use Koha::Borrower::Debarments qw(); >-use C4::Members qw(HasOverdues); >+use C4::Members qw(); > > =pod > >-- >1.7.10.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 15135
:
44466
|
44536
|
45172
|
46083
|
46166
|
46478
|
46479
|
46481