From 287c2dc55c6d28fe1aaf03b34030e4c9034979a5 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 --- acqui/neworderempty.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/acqui/neworderempty.pl b/acqui/neworderempty.pl index 4a0df4d0c8..ef469299b6 100755 --- a/acqui/neworderempty.pl +++ b/acqui/neworderempty.pl @@ -84,6 +84,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