Revision 969fc342
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
SL/ReportGenerator.pm | ||
---|---|---|
512 | 512 |
my $col_idx = 0; |
513 | 513 |
foreach my $col_name (@visible_columns) { |
514 | 514 |
my $col = $row->{$col_name}; |
515 |
push @{ $data_row }, $self->_decode_text(join("\n", @{ $col->{data} })); |
|
515 |
push @{ $data_row }, $self->_decode_text(join("\n", @{ $col->{data} || [] }));
|
|
516 | 516 |
|
517 | 517 |
$column_props[$col_idx]->{justify} = 'right' if ($col->{align} eq 'right'); |
518 | 518 |
|
Auch abrufbar als: Unified diff
Strict fix im Reportgenerator