View | Details | Raw Unified | Return to bug 6738
Collapse All | Expand All

(-)a/acqui/acqui-home.pl (-3 / +1 lines)
Lines 77-86 if ( $cur_format eq 'FR' ) { Link Here
77
77
78
my $status           = $query->param('status') || "ASKED";
78
my $status           = $query->param('status') || "ASKED";
79
my $suggestions_count       = CountSuggestion($status);
79
my $suggestions_count       = CountSuggestion($status);
80
81
my $budget_arr =
80
my $budget_arr =
82
  GetBudgetHierarchy( '', $user->{branchcode},
81
  GetBudgetHierarchy( '', $user->{branchcode},
83
    $template->{param_map}->{'USER_INFO'}[0]->{'borrowernumber'} );
82
    $template->{VARS}->{'USER_INFO'}[0]->{'borrowernumber'} );
84
83
85
my $total      = 0;
84
my $total      = 0;
86
my $totspent   = 0;
85
my $totspent   = 0;
87
- 

Return to bug 6738