From b02782bb9df359b4d9d487a653cf3498833699d4 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 14a47d2d238..9652a21c7e4 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