From b3225ea6f696ea29add4aa329410aa224f51d0bd Mon Sep 17 00:00:00 2001
From: Chris Cormack <chrisc@catalyst.net.nz>
Date: Fri, 2 Sep 2011 15:19:33 +1200
Subject: [PATCH] Bug 6738 : Funds not showing up for super librarians

---
 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