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

(-)a/C4/ILSDI/Services.pm (-1 lines)
Lines 34-40 use C4::Auth; Link Here
34
use Koha::DateUtils qw( dt_from_string );
34
use Koha::DateUtils qw( dt_from_string );
35
use C4::AuthoritiesMarc qw( GetAuthorityXML );
35
use C4::AuthoritiesMarc qw( GetAuthorityXML );
36
36
37
use Koha::Plugins;
38
use Koha::Biblios;
37
use Koha::Biblios;
39
use Koha::Checkouts;
38
use Koha::Checkouts;
40
use Koha::Items;
39
use Koha::Items;
(-)a/C4/Items.pm (-1 lines)
Lines 71-77 use Koha::SearchEngine; Link Here
71
use Koha::SearchEngine::Indexer;
71
use Koha::SearchEngine::Indexer;
72
use Koha::SearchEngine::Search;
72
use Koha::SearchEngine::Search;
73
use Koha::Libraries;
73
use Koha::Libraries;
74
use Koha::Plugins;
75
74
76
=head1 NAME
75
=head1 NAME
77
76
(-)a/cataloguing/additem.pl (-1 lines)
Lines 46-52 use Koha::ItemTypes; Link Here
46
use Koha::Libraries;
46
use Koha::Libraries;
47
use Koha::Patrons;
47
use Koha::Patrons;
48
use Koha::SearchEngine::Indexer;
48
use Koha::SearchEngine::Indexer;
49
use Koha::Plugins;
50
use List::MoreUtils qw( any );
49
use List::MoreUtils qw( any );
51
use C4::Search qw( enabled_staff_search_views );
50
use C4::Search qw( enabled_staff_search_views );
52
use Storable qw( freeze thaw );
51
use Storable qw( freeze thaw );
(-)a/circ/returns.pl (-1 lines)
Lines 55-61 use Koha::Holds; Link Here
55
use Koha::Items;
55
use Koha::Items;
56
use Koha::Item::Transfers;
56
use Koha::Item::Transfers;
57
use Koha::Patrons;
57
use Koha::Patrons;
58
use Koha::Plugins;
59
58
60
my $query = CGI->new;
59
my $query = CGI->new;
61
60
(-)a/offline_circ/process_koc.pl (-2 lines)
Lines 35-41 use Koha::UploadedFiles; Link Here
35
use Koha::Account;
35
use Koha::Account;
36
use Koha::Checkouts;
36
use Koha::Checkouts;
37
use Koha::Patrons;
37
use Koha::Patrons;
38
use Koha::Plugins;
39
38
40
use Date::Calc qw( Date_to_Days );
39
use Date::Calc qw( Date_to_Days );
41
40
42
- 

Return to bug 26351