X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=acqui%2Facqui-home.pl;h=69482a819e985bac78cabfe4c35905bd3d87582d;hb=f640a3ea5fdd85695ff7a75240c830369b5aed73;hp=0d9c20772601aff36af24f3dab7ffa6072e1f1b8;hpb=c1181b780bb87ae688d15070001ce9b949c35070;p=koha_fer 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;