From 3dc7ca5aff5a015dac910cd8c98f48f607407731 Mon Sep 17 00:00:00 2001 From: Ryan Higgins Date: Fri, 20 Jun 2008 14:40:51 -0500 Subject: [PATCH] Bugfix bad template variable, causing no data to display on bookfund.pl Signed-off-by: Joshua Ferraro --- acqui/bookfund.pl | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/bookfund.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acqui/bookfund.pl b/acqui/bookfund.pl index 76e14fe7b7..f5f74bbad9 100755 --- a/acqui/bookfund.pl +++ b/acqui/bookfund.pl @@ -92,7 +92,7 @@ while ( my $data = $sth->fetchrow_hashref ) { } $template->param( - COMMITEDLOOP => \@commited_loop, + COMMITTEDLOOP => \@commited_loop, total => $total ); $sth->finish; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/bookfund.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/bookfund.tmpl index 60d11d0221..9887188aee 100755 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/bookfund.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/bookfund.tmpl @@ -26,7 +26,7 @@ Subtotal - + -- 2.39.5