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