@@ -, +, @@ --- cataloguing/merge.pl | 1 - cataloguing/moveitem.pl | 1 - 2 files changed, 2 deletions(-) --- a/cataloguing/merge.pl +++ a/cataloguing/merge.pl @@ -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 --- a/cataloguing/moveitem.pl +++ a/cataloguing/moveitem.pl @@ -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/; --