From 36ac1866e0ce58340c212ac93739e8ff11c14ec4 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 2 Mar 2021 11:36:49 +0100 Subject: [PATCH] Bug 27828: (bug 24469 follow-up) Add missing import Caused by commit 03a9bdc851dcfe114c1676ac55def1e1c5d51970 Bug 24469: Move the new queries to a dedicated ImportBatch subroutine Undefined subroutine &CGI::Compile::ROOT::kohadevbox_koha_acqui_neworderempty_2epl::SetMatchedBiblionumber called at /kohadevbox/koha/acqui/neworderempty.pl line 183 Test plan: Create a new order from a staged file, select "Add order" next to a title --- acqui/neworderempty.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/neworderempty.pl b/acqui/neworderempty.pl index d95a5edd49..4a6a07f32b 100755 --- a/acqui/neworderempty.pl +++ b/acqui/neworderempty.pl @@ -82,7 +82,7 @@ use C4::Members; use C4::Search qw/FindDuplicate/; #needed for z3950 import: -use C4::ImportBatch qw/GetImportRecordMarc SetImportRecordStatus/; +use C4::ImportBatch qw/GetImportRecordMarc SetImportRecordStatus SetMatchedBiblionumber/; use Koha::Acquisition::Booksellers; use Koha::Acquisition::Currencies; -- 2.20.1