Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 969fc342

Von Sven Schöling vor mehr als 14 Jahren hinzugefügt

  • ID 969fc342452c5df14e5c50b0df14fb884f83590f
  • Vorgänger ad4cb09d
  • Nachfolger c027abe6

Strict fix im Reportgenerator

Unterschiede anzeigen:

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