Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7886b2fe

Von Moritz Bunkus vor fast 15 Jahren hinzugefügt

  • ID 7886b2fe17ddc184789bda2aca7f92998c6fc6cb
  • Vorgänger a40ea278
  • Nachfolger 452974ed

Spalte "Transfertyp" auch bei CSV- und PDF-Export ausgeben.

Fix fÃŒr Bug 1258.

Unterschiede anzeigen:

bin/mozilla/wh.pl
733 733
    my $row = { };
734 734

  
735 735
    foreach my $column (@columns) {
736
      next if ($column eq 'trans_type');
737

  
738 736
      $row->{$column} = {
739 737
        'data'  => $entry->{$column},
740 738
        'align' => $column_alignment{$column},
741 739
      };
742 740
    }
743 741

  
744
    $row->{trans_type} = {
745
      'raw_data' => $entry->{trans_type},
746
      'align'    => $column_alignment{trans_type},
747
    };
742
    $row->{trans_type}->{raw_data} = $entry->{trans_type};
748 743

  
749 744
    if ($form->{l_oe_id}) {
750 745
      $row->{oe_id}->{data} = '';

Auch abrufbar als: Unified diff