Lines 286-292
elsif ( $phase eq 'Choose these criteria' ) {
Link Here
|
286 |
$template->param( 'total_by' => \@total_by ); |
286 |
$template->param( 'total_by' => \@total_by ); |
287 |
} |
287 |
} |
288 |
|
288 |
|
289 |
elsif ( $phase eq 'Choose These Operations' ) { |
289 |
elsif ( $phase eq 'Choose these operations' ) { |
290 |
my $area = $input->param('area'); |
290 |
my $area = $input->param('area'); |
291 |
my $type = $input->param('type'); |
291 |
my $type = $input->param('type'); |
292 |
my $column = $input->param('column'); |
292 |
my $column = $input->param('column'); |
Lines 325-331
elsif ( $phase eq 'Choose These Operations' ) {
Link Here
|
325 |
$template->param( 'order_by' => \@order_by ); |
325 |
$template->param( 'order_by' => \@order_by ); |
326 |
} |
326 |
} |
327 |
|
327 |
|
328 |
elsif ( $phase eq 'Build Report' ) { |
328 |
elsif ( $phase eq 'Build report' ) { |
329 |
|
329 |
|
330 |
# now we have all the info we need and can build the sql |
330 |
# now we have all the info we need and can build the sql |
331 |
my $area = $input->param('area'); |
331 |
my $area = $input->param('area'); |
332 |
- |
|
|