Revision 0185267e
Von Thomas Heck vor mehr als 12 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
1401 | 1401 |
$idx++; |
1402 | 1402 |
} |
1403 | 1403 |
|
1404 |
if ($form->{"l_linetotal"}) { |
|
1404 |
if ($form->{"l_linetotal"} && !$form->{report_generator_csv_options_for_import}) {
|
|
1405 | 1405 |
my $row = { map { $_ => { 'class' => 'listtotal', } } @columns }; |
1406 | 1406 |
|
1407 | 1407 |
map { $row->{"linetotal$_"}->{data} = $form->format_amount(\%myconfig, $totals{$_}, 2) } @subtotal_columns; |
Auch abrufbar als: Unified diff
Spaltenueberschriften Export auf Import abgleichen
implementiert #1851