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

(-)a/circ/circulation-home.pl (-2 / +1 lines)
Lines 35-41 my ($template, $loggedinuser, $cookie) Link Here
35
35
36
# Checking if there is a Fast Cataloging Framework
36
# Checking if there is a Fast Cataloging Framework
37
my $fa = getframeworkinfo('FA');
37
my $fa = getframeworkinfo('FA');
38
$template->param({ fast_cataloging => 1 }) if (defined $fa);
38
$template->param( fast_cataloging => 1 ) if (defined $fa);
39
39
40
40
41
output_html_with_http_headers $query, $cookie, $template->output;
41
output_html_with_http_headers $query, $cookie, $template->output;
42
- 

Return to bug 6243