From 8d99e2a3345ceb9d9b41864a3d306e47af3cf143 Mon Sep 17 00:00:00 2001 From: Kyle Hall Date: Mon, 20 Dec 2021 12:56:06 -0500 Subject: [PATCH] Bug 20817: Import C4::Items::PrepareItemrecordDisplay for neworderempty.pl Signed-off-by: Andrew Fuerste-Henry --- acqui/neworderempty.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/acqui/neworderempty.pl b/acqui/neworderempty.pl index 147a796eb0..158978774c 100755 --- a/acqui/neworderempty.pl +++ b/acqui/neworderempty.pl @@ -85,6 +85,7 @@ use C4::Biblio qw( use C4::Output qw( output_and_exit output_html_with_http_headers ); use C4::Members; use C4::Search qw( FindDuplicate ); +use C4::Items qw( PrepareItemrecordDisplay ); #needed for z3950 import: use C4::ImportBatch qw( SetImportRecordStatus SetMatchedBiblionumber GetImportRecordMarc ); -- 2.30.2