]> wagnertech.de Git - mfinanz.git/blobdiff - SL/ReportGenerator.pm
ReportGenerator: "data" forçiert stringifizieren, um auch mit SL::Locale::String...
[mfinanz.git] / SL / ReportGenerator.pm
index 40beabb92f1038fdeb7b66c57d435143ba16c283..d9edae200594e16d552cf4506d582bec894b1a96 100644 (file)
@@ -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],
           };
         }