Bug 22690: Remove MoveItemFromBiblio import
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 19 Jul 2021 09:30:32 +0000 (11:30 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 27 Aug 2021 09:02:41 +0000 (11:02 +0200)
Added in the meanwhile by bug 17600.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
cataloguing/merge.pl
cataloguing/moveitem.pl

index 1652639..4722717 100755 (executable)
@@ -23,7 +23,6 @@ use CGI qw ( -utf8 );
 
 use C4::Output qw( output_html_with_http_headers );
 use C4::Auth qw( get_template_and_user );
-use C4::Items qw( MoveItemFromBiblio );
 use C4::Biblio qw(
     DelBiblio
     GetBiblioData
index 3c7d090..704df49 100755 (executable)
@@ -24,7 +24,6 @@ use Modern::Perl;
 use CGI qw ( -utf8 );
 use C4::Auth qw( get_template_and_user );
 use C4::Output qw( output_html_with_http_headers );
-use C4::Items qw( MoveItemFromBiblio );
 use C4::Context;
 use C4::ClassSource;
 use C4::Acquisition qw/GetOrderFromItemnumber ModOrder GetOrder/;