[Koha-patches] [PATCH] Fix for bug 6243 - Link to fast cataloging missing from circulation home page

Owen Leonard oleonard at myacpl.org
Thu Apr 21 20:49:02 CEST 2011


---
 circ/circulation-home.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/circ/circulation-home.pl b/circ/circulation-home.pl
index e4aef3b..842f8d9 100755
--- a/circ/circulation-home.pl
+++ b/circ/circulation-home.pl
@@ -35,7 +35,7 @@ my ($template, $loggedinuser, $cookie)
 
 # Checking if there is a Fast Cataloging Framework
 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;
-- 
1.7.3



More information about the Koha-patches mailing list