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:
40e7d5d
)
debug code
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 9 Oct 2012 12:14:59 +0000
(14:14 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 17 Oct 2012 14:02:56 +0000
(16:02 +0200)
SL/ReportGenerator.pm
patch
|
blob
|
history
diff --git
a/SL/ReportGenerator.pm
b/SL/ReportGenerator.pm
index
3ea62f9
..
deb4e19
100644
(file)
--- a/
SL/ReportGenerator.pm
+++ b/
SL/ReportGenerator.pm
@@
-411,7
+411,6
@@
sub generate_html_content {
my $variables = $self->prepare_html_content();
my $stuff = $self->{form}->parse_html_template($self->{options}->{html_template}, $variables);
- $::lxdebug->dump(0, "stuff", $stuff);
return $stuff;
}