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:
233b76b
)
Lange Wörter sind nur solche mit mehr als 60 Buchstaben, nicht 20 wie in der Standard...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 20 May 2008 09:17:21 +0000
(09:17 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 20 May 2008 09:17:21 +0000
(09:17 +0000)
SL/ReportGenerator.pm
patch
|
blob
|
history
diff --git
a/SL/ReportGenerator.pm
b/SL/ReportGenerator.pm
index
0b74f83
..
2273c2e
100644
(file)
--- 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()) {