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

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

Return to bug 23384