From 69f28cc510137c78bf3220ccc061cbf6558d4387 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 6 Oct 2021 11:51:09 +0200 Subject: [PATCH] Bug 26351: Remove uneeded use Koha::Plugins statements Left over from previous changes --- 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(-) diff --git a/C4/ILSDI/Services.pm b/C4/ILSDI/Services.pm index 61026ba1c8b..34465a7caf6 100644 --- a/C4/ILSDI/Services.pm +++ b/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; diff --git a/C4/Items.pm b/C4/Items.pm index 2e6d1573371..7f83736ace6 100644 --- a/C4/Items.pm +++ b/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 diff --git a/cataloguing/additem.pl b/cataloguing/additem.pl index 85e1e8a31e6..9f2360c0707 100755 --- a/cataloguing/additem.pl +++ b/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 ); diff --git a/circ/returns.pl b/circ/returns.pl index 7b48b6152c3..045a30ee318 100755 --- a/circ/returns.pl +++ b/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; diff --git a/offline_circ/process_koc.pl b/offline_circ/process_koc.pl index 6c1562ab3f9..2ca602238e8 100755 --- a/offline_circ/process_koc.pl +++ b/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 ); -- 2.25.1