Revision 1c2b6d08
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
SL/ReportGenerator.pm | ||
---|---|---|
761 | 761 |
next; |
762 | 762 |
} |
763 | 763 |
|
764 |
my $num_output = ($col->{colspan} && ($col->{colspan} > 1)) ? $col->{colspan} : 1;
|
|
764 |
my $num_output = ($row->{$col}{colspan} && ($row->{$col}->{colspan} > 1)) ? $row->{$col}->{colspan} : 1;
|
|
765 | 765 |
$skip_next = $num_output - 1; |
766 | 766 |
|
767 | 767 |
push @data, join($eol, map { s/\r?\n/$eol/g; $_ } @{ $row->{$col}->{data} }); |
Auch abrufbar als: Unified diff
Bugfix: Reportgenerator csv_export hatte einen Fehler der sctrict zutage getreten ist.