View | Details | Raw Unified | Return to bug 23384
Collapse All | Expand All

(-)a/Koha/Patron.pm (-1 / +1 lines)
Lines 27-32 use Text::Unaccent qw( unac_string ); Link Here
27
27
28
use C4::Context;
28
use C4::Context;
29
use C4::Log;
29
use C4::Log;
30
use Koha::ArticleRequest::Status;
30
use Koha::AuthUtils;
31
use Koha::AuthUtils;
31
use Koha::Checkouts;
32
use Koha::Checkouts;
32
use Koha::Database;
33
use Koha::Database;
33
- 

Return to bug 23384