Bugzilla – Attachment 140600 Details for
Bug 31531
Some modules loaded twice in opac-memberentry.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31531: Remove unnecessary use directives on opac-memberentry.pl
Bug-31531-Remove-unnecessary-use-directives-on-opa.patch (text/plain), 984 bytes, created by
Joonas Kylmälä
on 2022-09-13 16:48:20 UTC
(
hide
)
Description:
Bug 31531: Remove unnecessary use directives on opac-memberentry.pl
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2022-09-13 16:48:20 UTC
Size:
984 bytes
patch
obsolete
>From 47ce6b22e7dfe9cd51bbaa047733032f6db110cb Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Thu, 8 Sep 2022 03:06:59 +0000 >Subject: [PATCH] Bug 31531: Remove unnecessary use directives on > opac-memberentry.pl >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This patch just removes two redundant use directives in opac-memberentry.pl > >Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi> >--- > opac/opac-memberentry.pl | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/opac/opac-memberentry.pl b/opac/opac-memberentry.pl >index 427c99d53a..41f5fbfb8c 100755 >--- a/opac/opac-memberentry.pl >+++ b/opac/opac-memberentry.pl >@@ -41,8 +41,6 @@ use Koha::Libraries; > use Koha::Patron::Attribute::Types; > use Koha::Patron::Attributes; > use Koha::Patron::Images; >-use Koha::Patron::Modification; >-use Koha::Patron::Modifications; > use Koha::Patron::Categories; > use Koha::Token; > use Koha::AuthorisedValues; >-- >2.30.2
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 31531
:
140330
| 140600