View | Details | Raw Unified | Return to bug 15516
Collapse All | Expand All

(-)a/reserve/hold-group.pl (-3 / +2 lines)
Lines 18-25 Link Here
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw( -utf8 );
19
use CGI qw( -utf8 );
20
20
21
use C4::Auth;
21
use C4::Auth qw( get_template_and_user );
22
use C4::Output;
22
use C4::Output qw( output_html_with_http_headers );
23
use Koha::HoldGroups;
23
use Koha::HoldGroups;
24
24
25
my $cgi = CGI->new;
25
my $cgi = CGI->new;
26
- 

Return to bug 15516