X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=cataloguing%2Fmoveitem.pl;h=704df49556e57d0a78cde8108c79f146b332dac8;hb=b2b1483f4d829512b7d92723b587a7f060de57bb;hp=3c7d0901ee743df6b762233cc87ef48bdd6c09d8;hpb=2615ee1010920b91692dfbd8cc2711fbff377ebd;p=koha-ffzg.git diff --git a/cataloguing/moveitem.pl b/cataloguing/moveitem.pl index 3c7d0901ee..704df49556 100755 --- a/cataloguing/moveitem.pl +++ b/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/;