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

(-)a/Koha/Patron.pm (-2 lines)
Lines 25-31 use JSON qw( to_json ); Link Here
25
use Unicode::Normalize qw( NFKD );
25
use Unicode::Normalize qw( NFKD );
26
use Try::Tiny;
26
use Try::Tiny;
27
use DateTime ();
27
use DateTime ();
28
use C4::Log  qw( logaction );
29
28
30
use C4::Auth qw( checkpw_hash );
29
use C4::Auth qw( checkpw_hash );
31
use C4::Context;
30
use C4::Context;
32
- 

Return to bug 41262