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

(-)a/circ/circulation.pl (-2 / +1 lines)
Lines 45-51 use Koha::AuthorisedValues; Link Here
45
use Koha::CsvProfiles;
45
use Koha::CsvProfiles;
46
use Koha::Patrons;
46
use Koha::Patrons;
47
use Koha::Patron::Debarments qw( GetDebarments );
47
use Koha::Patron::Debarments qw( GetDebarments );
48
use Koha::DateUtils qw( dt_from_string format_sqldatetime );
48
use Koha::DateUtils qw( dt_from_string );
49
use Koha::Patron::Restriction::Types;
49
use Koha::Patron::Restriction::Types;
50
use Koha::Plugins;
50
use Koha::Plugins;
51
use Koha::Database;
51
use Koha::Database;
52
- 

Return to bug 32373