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:
6794ddd
)
ReportGenerator: "data" forçiert stringifizieren, um auch mit SL::Locale::String...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 19 Apr 2013 08:34:40 +0000
(10:34 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 19 Apr 2013 12:20:03 +0000
(14:20 +0200)
SL/ReportGenerator.pm
patch
|
blob
|
history
diff --git
a/SL/ReportGenerator.pm
b/SL/ReportGenerator.pm
index
40beabb
..
d9edae2
100644
(file)
--- a/
SL/ReportGenerator.pm
+++ b/
SL/ReportGenerator.pm
@@
-349,7
+349,7
@@
sub prepare_html_content {
$col->{CELL_ROWS} = [ ];
foreach my $i (0 .. scalar(@{ $col->{data} }) - 1) {
push @{ $col->{CELL_ROWS} }, {
- 'data' => $self->html_format($col->{data}->[$i]),
+ 'data' =>
'' .
$self->html_format($col->{data}->[$i]),
'link' => $col->{link}->[$i],
};
}