From 332446971e17681bfc46a22209b646043a219807 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 5 May 2009 15:13:26 +0000 Subject: [PATCH] =?utf8?q?Beim=20PDF-Export=20von=20Berichten=20d=C3=BCnne?= =?utf8?q?re=20Linien=20benutzen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/ReportGenerator.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/ReportGenerator.pm b/SL/ReportGenerator.pm index 7bd935f3d..d0a5f4d36 100644 --- 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()) { -- 2.20.1