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