Revision 7886b2fe
Von Moritz Bunkus vor etwa 15 Jahren hinzugefügt
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
Spalte "Transfertyp" auch bei CSV- und PDF-Export ausgeben.
Fix fÃŒr Bug 1258.