From 9fc15701c131fb49d94221ecdf02b606176fb9e0 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Mon, 6 Dec 2021 16:29:29 +1300 Subject: [PATCH] Bug 15516: (follow-up) Fix hold group details not showing --- reserve/hold-group.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reserve/hold-group.pl b/reserve/hold-group.pl index bb5db482d4..374e97f5d4 100755 --- a/reserve/hold-group.pl +++ b/reserve/hold-group.pl @@ -18,8 +18,8 @@ use Modern::Perl; use CGI qw( -utf8 ); -use C4::Auth; -use C4::Output; +use C4::Auth qw( get_template_and_user ); +use C4::Output qw( output_html_with_http_headers ); use Koha::HoldGroups; my $cgi = CGI->new; -- 2.11.0