From a04c62628603c0060bf92976063eafe770da10f6 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/additem.pl.rej | 9 +++++++++ cataloguing/merge.pl | 1 - cataloguing/moveitem.pl | 1 - 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 cataloguing/additem.pl.rej diff --git a/cataloguing/additem.pl.rej b/cataloguing/additem.pl.rej new file mode 100644 index 00000000000..4ef72bd8a09 --- /dev/null +++ b/cataloguing/additem.pl.rej @@ -0,0 +1,9 @@ +diff a/cataloguing/additem.pl b/cataloguing/additem.pl (rejected hunks) +@@ -31,6 +31,7 @@ use C4::Circulation; + use C4::Koha; + use C4::ClassSource; + use Koha::DateUtils; ++use Koha::Holdings; + use Koha::Items; + use Koha::ItemTypes; + use Koha::Libraries; 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