Skip to content

Commit

Permalink
Fix for bug 6243 - Link to fast cataloging missing from circulation h…
Browse files Browse the repository at this point in the history
…ome page

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
  • Loading branch information
oleonard authored and ranginui committed Apr 21, 2011
1 parent 7fc88a6 commit 514a602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circ/circulation-home.pl
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@


# Checking if there is a Fast Cataloging Framework # Checking if there is a Fast Cataloging Framework
my $fa = getframeworkinfo('FA'); my $fa = getframeworkinfo('FA');
$template->param({ fast_cataloging => 1 }) if (defined $fa); $template->param( fast_cataloging => 1 ) if (defined $fa);




output_html_with_http_headers $query, $cookie, $template->output; output_html_with_http_headers $query, $cookie, $template->output;

0 comments on commit 514a602

Please sign in to comment.