|
Lines 308-318
foreach my $result ( @{$results} ) {
Link Here
|
| 308 |
push( @period_inactive_loop, $budgetperiod ); |
308 |
push( @period_inactive_loop, $budgetperiod ); |
| 309 |
} |
309 |
} |
| 310 |
|
310 |
|
| 311 |
my $tab = $input->param('tab') ? $input->param('tab') - 1 : 0; |
|
|
| 312 |
$template->param( |
311 |
$template->param( |
| 313 |
period_active_loop => \@period_active_loop, |
312 |
period_active_loop => \@period_active_loop, |
| 314 |
period_inactive_loop => \@period_inactive_loop, |
313 |
period_inactive_loop => \@period_inactive_loop, |
| 315 |
tab => $tab, |
|
|
| 316 |
); |
314 |
); |
| 317 |
|
315 |
|
| 318 |
$template->param( $op => 1 ); |
316 |
$template->param( $op => 1 ); |