X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=acqui%2Facqui-home.pl;h=69482a819e985bac78cabfe4c35905bd3d87582d;hb=e4c67372e421be6fb8b31cd426e01e4ece7bce72;hp=0d9c20772601aff36af24f3dab7ffa6072e1f1b8;hpb=ef8171ba425f766b67d9e139194b6a8d570e301e;p=koha.git diff --git a/acqui/acqui-home.pl b/acqui/acqui-home.pl index 0d9c207726..69482a819e 100755 --- a/acqui/acqui-home.pl +++ b/acqui/acqui-home.pl @@ -80,7 +80,7 @@ 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;