X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FReportGenerator.pm;h=d9edae200594e16d552cf4506d582bec894b1a96;hb=1c10936df76a1740bf9c45445b007494495e4c5f;hp=40beabb92f1038fdeb7b66c57d435143ba16c283;hpb=008c2e1529744e195616ac2cbf7736f06a90816e;p=kivitendo-erp.git diff --git a/SL/ReportGenerator.pm b/SL/ReportGenerator.pm index 40beabb92..d9edae200 100644 --- 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], }; }