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:
1009077
)
Debugcode
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 7 Jul 2008 13:24:23 +0000
(13:24 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 7 Jul 2008 13:24:23 +0000
(13:24 +0000)
SL/ReportGenerator.pm
patch
|
blob
|
history
diff --git
a/SL/ReportGenerator.pm
b/SL/ReportGenerator.pm
index
308961c
..
1c0fa7c
100644
(file)
--- a/
SL/ReportGenerator.pm
+++ b/
SL/ReportGenerator.pm
@@
-399,8
+399,6
@@
sub generate_html_content {
my $self = shift;
my $variables = $self->prepare_html_content();
- $main::lxdebug->dump(0, "VARs", $variables->{HEADER_ROWS});
-
return $self->{form}->parse_html_template($self->{options}->{html_template}, $variables);
}