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:
f8779cd
)
Beim PDF-Export von Berichten dünnere Linien benutzen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 5 May 2009 15:13:26 +0000
(15:13 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 5 May 2009 15:13:26 +0000
(15:13 +0000)
SL/ReportGenerator.pm
patch
|
blob
|
history
diff --git
a/SL/ReportGenerator.pm
b/SL/ReportGenerator.pm
index
7bd935f
..
d0a5f4d
100644
(file)
--- a/
SL/ReportGenerator.pm
+++ b/
SL/ReportGenerator.pm
@@
-623,6
+623,7
@@
sub generate_pdf_content {
'column_props' => \@column_props,
'cell_props' => \@cell_props,
'max_word_length' => 60,
+ 'border' => 0.5,
);
foreach my $page_num (1..$pdf->pages()) {