Bugfix bad template variable, causing no data to display on bookfund.pl
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
f2feb68509
commit
3dc7ca5aff
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ while ( my $data = $sth->fetchrow_hashref ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$template->param(
|
$template->param(
|
||||||
COMMITEDLOOP => \@commited_loop,
|
COMMITTEDLOOP => \@commited_loop,
|
||||||
total => $total
|
total => $total
|
||||||
);
|
);
|
||||||
$sth->finish;
|
$sth->finish;
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<th>Subtotal</th>
|
<th>Subtotal</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<!--TMPL_LOOP NAME="commitedloop"-->
|
<!--TMPL_LOOP NAME="COMMITTEDLOOP"-->
|
||||||
<!--TMPL_IF name="toggle"-->
|
<!--TMPL_IF name="toggle"-->
|
||||||
<tr class="hilighted">
|
<tr class="hilighted">
|
||||||
<!--TMPL_ELSE-->
|
<!--TMPL_ELSE-->
|
||||||
|
|
Loading…
Reference in a new issue