From 4cd71322e076e8cfb1d212e31b920b2d9135a68b Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 15 Jul 2021 12:46:40 +0000 Subject: [PATCH] Bug 20817: (QA follow-up) Add missing module Output Content-Type: text/plain; charset=utf-8 This resolves a perl -cw warning: Useless use of a variable in void context at acqui/neworderempty.pl line 700. Signed-off-by: Marcel de Rooy --- acqui/neworderempty.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/acqui/neworderempty.pl b/acqui/neworderempty.pl index b8069f3203..bcb33ac1ab 100755 --- a/acqui/neworderempty.pl +++ b/acqui/neworderempty.pl @@ -77,6 +77,7 @@ use C4::ImportBatch qw/GetImportRecordMarc SetImportRecordStatus/; # needed for use C4::Items; #PrepareItemRecord use C4::Koha; use C4::Members; +use C4::Output; use C4::Search qw/FindDuplicate/; #needed for z3950 import: -- 2.20.1