From: Moritz Bunkus Date: Tue, 10 Nov 2009 16:27:58 +0000 (+0100) Subject: Spalte "Transfertyp" auch bei CSV- und PDF-Export ausgeben. X-Git-Tag: release-2.6.1beta1~99 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=7886b2fe17ddc184789bda2aca7f92998c6fc6cb;p=kivitendo-erp.git Spalte "Transfertyp" auch bei CSV- und PDF-Export ausgeben. Fix fÃŒr Bug 1258. --- diff --git a/bin/mozilla/wh.pl b/bin/mozilla/wh.pl index 6d39dda42..b6165a87e 100644 --- a/bin/mozilla/wh.pl +++ b/bin/mozilla/wh.pl @@ -733,18 +733,13 @@ sub generate_journal { my $row = { }; foreach my $column (@columns) { - next if ($column eq 'trans_type'); - $row->{$column} = { 'data' => $entry->{$column}, 'align' => $column_alignment{$column}, }; } - $row->{trans_type} = { - 'raw_data' => $entry->{trans_type}, - 'align' => $column_alignment{trans_type}, - }; + $row->{trans_type}->{raw_data} = $entry->{trans_type}; if ($form->{l_oe_id}) { $row->{oe_id}->{data} = '';