@@ -, +, @@ commit 03a9bdc851dcfe114c1676ac55def1e1c5d51970 Bug 24469: Move the new queries to a dedicated ImportBatch subroutine --- acqui/neworderempty.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/acqui/neworderempty.pl +++ a/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; --