X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7d42d369a80efceebb4114cd053f1cbbc2f8b4ce..330cfa6d7507da52bc1c2a3874b46eb23255538f:/SL/ReportGenerator.pm diff --git a/SL/ReportGenerator.pm b/SL/ReportGenerator.pm index 0b74f8364..2273c2e6b 100644 --- a/SL/ReportGenerator.pm +++ b/SL/ReportGenerator.pm @@ -607,6 +607,7 @@ sub generate_pdf_content { }, 'column_props' => \@column_props, 'cell_props' => \@cell_props, + 'max_word_length' => 60, ); foreach my $page_num (1..$pdf->pages()) {