[Koha-patches] [PATCH] Bug 6738 : Funds not showing up for super librarians

Chris Cormack chrisc at catalyst.net.nz
Fri Sep 2 05:28:41 CEST 2011


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

diff --git a/acqui/acqui-home.pl b/acqui/acqui-home.pl
index 0d9c207..90c1892 100755
--- a/acqui/acqui-home.pl
+++ b/acqui/acqui-home.pl
@@ -77,10 +77,9 @@ if ( $cur_format eq 'FR' ) {
 
 my $status           = $query->param('status') || "ASKED";
 my $suggestions_count       = CountSuggestion($status);
-
 my $budget_arr =
   GetBudgetHierarchy( '', $user->{branchcode},
-    $template->{param_map}->{'USER_INFO'}[0]->{'borrowernumber'} );
+    $template->{VARS}->{'USER_INFO'}[0]->{'borrowernumber'} );
 
 my $total      = 0;
 my $totspent   = 0;
-- 
1.7.4.1



More information about the Koha-patches mailing list