Bugfix bad template variable, causing no data to display on bookfund.pl
authorRyan Higgins <rch@liblime.com>
Fri, 20 Jun 2008 19:40:51 +0000 (14:40 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 20 Jun 2008 19:45:22 +0000 (14:45 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
acqui/bookfund.pl
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/bookfund.tmpl

index 76e14fe..f5f74bb 100755 (executable)
@@ -92,7 +92,7 @@ while ( my $data = $sth->fetchrow_hashref ) {
 }
 
 $template->param(
-    COMMITEDLOOP => \@commited_loop,
+    COMMITTEDLOOP => \@commited_loop,
     total        => $total
 );
 $sth->finish;
index 60d11d0..9887188 100755 (executable)
@@ -26,7 +26,7 @@
        <th>Subtotal</th>
 </tr>
 
-<!--TMPL_LOOP NAME="commitedloop"-->
+<!--TMPL_LOOP NAME="COMMITTEDLOOP"-->
        <!--TMPL_IF name="toggle"-->
        <tr class="hilighted">
        <!--TMPL_ELSE-->