---
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
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/