X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=bin%2Fmozilla%2Fwh.pl;h=b6165a87e4536641f1f7edbb78eb48d0d1c34075;hb=a2777d1ab70c9789131e9ad966f94a4ddf301bd2;hp=6d39dda4275c919925f91de16958bb72b2976a63;hpb=57bf9c89a037036fcf433de39643778854defe51;p=kivitendo-erp.git 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} = '';