Bugzilla – Attachment 83211 Details for
Bug 21848
Resolve unac_string warning from Circulation.t
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21848: Remove Text::Unaccent from C4::Members
Bug-21848-Remove-TextUnaccent-from-C4Members.patch (text/plain), 801 bytes, created by
Marcel de Rooy
on 2018-12-14 09:34:42 UTC
(
hide
)
Description:
Bug 21848: Remove Text::Unaccent from C4::Members
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-12-14 09:34:42 UTC
Size:
801 bytes
patch
obsolete
>From 2bacdc6f34c3cd6328957f32e9bc88853ef52a2b Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 16 Nov 2018 09:41:04 +0100 >Subject: [PATCH] Bug 21848: Remove Text::Unaccent from C4::Members >Content-Type: text/plain; charset=utf-8 > >At refactoring time the unac_string call was moved to Koha::Patron. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > C4/Members.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/Members.pm b/C4/Members.pm >index 9fcc733..81afcad 100644 >--- a/C4/Members.pm >+++ b/C4/Members.pm >@@ -39,7 +39,6 @@ use C4::NewsChannels; #get slip news > use DateTime; > use Koha::Database; > use Koha::DateUtils; >-use Text::Unaccent qw( unac_string ); > use Koha::AuthUtils qw(hash_password); > use Koha::Database; > use Koha::Holds; >-- >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 21848
:
82384
|
82385
|
83146
|
83210
|
83211
|
83217
|
83218