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;