Bugzilla – Attachment 125763 Details for
Bug 26351
Add plugin hooks to transform item barcodes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26351: Remove uneeded use Koha::Plugins statements
Bug-26351-Remove-uneeded-use-KohaPlugins-statement.patch (text/plain), 2.11 KB, created by
Jonathan Druart
on 2021-10-06 09:51:42 UTC
(
hide
)
Description:
Bug 26351: Remove uneeded use Koha::Plugins statements
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-10-06 09:51:42 UTC
Size:
2.11 KB
patch
obsolete
>From 69f28cc510137c78bf3220ccc061cbf6558d4387 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 26351
:
109532
|
109548
|
109671
|
110844
|
110846
|
111575
|
111577
|
111578
|
111579
|
111862
|
111863
|
111894
|
111916
|
111917
|
111918
|
111919
|
111920
|
111921
|
111922
|
113571
|
113572
|
113573
|
113574
|
113575
|
113576
|
113577
|
113578
|
115172
|
115173
|
115174
|
115175
|
115176
|
115177
|
115178
|
115179
|
115180
|
118649
|
118650
|
118651
|
118652
|
118653
|
118654
|
118655
|
118656
|
118657
|
118658
|
118681
|
118682
|
118683
|
118684
|
118685
|
118686
|
118687
|
118688
|
118689
|
118690
|
122433
|
122434
|
122435
|
122436
|
122437
|
122438
|
122439
|
122440
|
122441
|
122442
|
124258
|
124259
|
124260
|
124261
|
124262
|
124263
|
124264
|
124265
|
124266
|
124313
|
125447
|
125763
|
125764
|
125765