Bugzilla – Attachment 83218 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), 842 bytes, created by
Jonathan Druart
on 2018-12-14 15:09:12 UTC
(
hide
)
Description:
Bug 21848: Remove Text::Unaccent from C4::Members
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-12-14 15:09:12 UTC
Size:
842 bytes
patch
obsolete
>From dd9c305d85e10805633d931ce8ebe65ea4f23c7d 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 > >At refactoring time the unac_string call was moved to Koha::Patron. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > C4/Members.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/Members.pm b/C4/Members.pm >index 9fcc733695..81afcadd1e 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.11.0
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