From 1a428adbb8f796cb4de98fa53a8fa2ff6d01da71 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 19 Jul 2021 11:30:32 +0200 Subject: [PATCH] Bug 22690: Remove MoveItemFromBiblio import Added in the meanwhile by bug 17600. --- cataloguing/merge.pl | 1 - cataloguing/moveitem.pl | 1 - 2 files changed, 2 deletions(-) diff --git a/cataloguing/merge.pl b/cataloguing/merge.pl index 1652639495..47227178b6 100755 --- a/cataloguing/merge.pl +++ b/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 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/; -- 2.20.1