---
 acqui/bookfund.pl                                  |    2 +-
 .../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 76e14fe..f5f74bb 100755
--- a/acqui/bookfund.pl
+++ b/acqui/bookfund.pl
@@ -92,7 +92,7 @@ while ( my $data = $sth->fetchrow_hashref ) {
 }
 
 $template->param(
-    COMMITEDLOOP => [EMAIL PROTECTED],
+    COMMITTEDLOOP => [EMAIL PROTECTED],
     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 60d11d0..9887188 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 @@
        <th>Subtotal</th>
 </tr>
 
-<!--TMPL_LOOP NAME="commitedloop"-->
+<!--TMPL_LOOP NAME="COMMITTEDLOOP"-->
        <!--TMPL_IF name="toggle"-->
        <tr class="hilighted">
        <!--TMPL_ELSE-->
-- 
1.5.5.GIT

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to