projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a40ea27
)
Spalte "Transfertyp" auch bei CSV- und PDF-Export ausgeben.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 10 Nov 2009 16:27:58 +0000
(17:27 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 10 Nov 2009 16:27:58 +0000
(17:27 +0100)
Fix fÃŒr Bug 1258.
bin/mozilla/wh.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/wh.pl
b/bin/mozilla/wh.pl
index
6d39dda
..
b6165a8
100644
(file)
--- 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} = '';