Bug 21848: Remove Text::Unaccent from C4::Members
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 16 Nov 2018 08:41:04 +0000 (09:41 +0100)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 19 Dec 2018 16:35:00 +0000 (16:35 +0000)
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>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

C4/Members.pm

index 9fcc733..81afcad 100644 (file)
@@ -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;