@@ -, +, @@ --- C4/ILSDI/Services.pm | 1 - C4/Items.pm | 1 - cataloguing/additem.pl | 1 - circ/returns.pl | 1 - offline_circ/process_koc.pl | 1 - 5 files changed, 5 deletions(-) --- a/C4/ILSDI/Services.pm +++ a/C4/ILSDI/Services.pm @@ -34,7 +34,6 @@ use C4::Auth; use Koha::DateUtils qw( dt_from_string ); use C4::AuthoritiesMarc qw( GetAuthorityXML ); -use Koha::Plugins; use Koha::Biblios; use Koha::Checkouts; use Koha::Items; --- a/C4/Items.pm +++ a/C4/Items.pm @@ -71,7 +71,6 @@ use Koha::SearchEngine; use Koha::SearchEngine::Indexer; use Koha::SearchEngine::Search; use Koha::Libraries; -use Koha::Plugins; =head1 NAME --- a/cataloguing/additem.pl +++ a/cataloguing/additem.pl @@ -46,7 +46,6 @@ use Koha::ItemTypes; use Koha::Libraries; use Koha::Patrons; use Koha::SearchEngine::Indexer; -use Koha::Plugins; use List::MoreUtils qw( any ); use C4::Search qw( enabled_staff_search_views ); use Storable qw( freeze thaw ); --- a/circ/returns.pl +++ a/circ/returns.pl @@ -55,7 +55,6 @@ use Koha::Holds; use Koha::Items; use Koha::Item::Transfers; use Koha::Patrons; -use Koha::Plugins; my $query = CGI->new; --- a/offline_circ/process_koc.pl +++ a/offline_circ/process_koc.pl @@ -35,7 +35,6 @@ use Koha::UploadedFiles; use Koha::Account; use Koha::Checkouts; use Koha::Patrons; -use Koha::Plugins; use Date::Calc qw( Date_to_Days ); --