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

(-)a/Koha/Patron.pm (-1 / +1 lines)
Lines 26-31 use JSON qw( to_json ); Link Here
26
use Module::Load::Conditional qw( can_load );
26
use Module::Load::Conditional qw( can_load );
27
use Text::Unaccent qw( unac_string );
27
use Text::Unaccent qw( unac_string );
28
28
29
use C4::Accounts;
29
use C4::Context;
30
use C4::Context;
30
use C4::Log;
31
use C4::Log;
31
use Koha::AuthUtils;
32
use Koha::AuthUtils;
32
- 

Return to bug 21133