From 3be151b0a959f8f0207c2c2aa60c2628570e2ec8 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 16526394959..47227178b6d 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 3c7d0901ee7..704df49556e 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