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:
078fa02
)
Überflüssige Variable entfernt.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 23 Apr 2008 15:39:58 +0000
(15:39 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 23 Apr 2008 15:39:58 +0000
(15:39 +0000)
SL/ReportGenerator.pm
patch
|
blob
|
history
diff --git
a/SL/ReportGenerator.pm
b/SL/ReportGenerator.pm
index
34ef2b5
..
02c1940
100644
(file)
--- a/
SL/ReportGenerator.pm
+++ b/
SL/ReportGenerator.pm
@@
-707,8
+707,7
@@
sub generate_csv_content {
} else {
foreach my $row (@{ $self->{custom_headers} }) {
- my $fields = [ ];
- my $skip_next = 0;
+ my $fields = [ ];
foreach my $col (@{ $row }) {
my $num_output = ($col->{colspan} && ($col->{colspan} > 1)) ? $col->{colspan} : 1;