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

(-)a/acqui/neworderempty.pl (-1 / +2 lines)
Lines 264-269 foreach my $r (@{$budgets}) { Link Here
264
    };
264
    };
265
}
265
}
266
266
267
@{$budget_loop} =
268
  sort { uc( $a->{b_txt}) cmp uc( $b->{b_txt}) } @{$budget_loop};
267
269
268
if ($close) {
270
if ($close) {
269
    $budget_id      =  $data->{'budget_id'};
271
    $budget_id      =  $data->{'budget_id'};
270
- 

Return to bug 7831