X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=modules%2Foverride%2FPDF%2FTable.pm;h=5934fcb7001d6531e63a44a770e052964cf1f2c5;hb=b2017499569196a0c5e76dbf685fa23e10e7a378;hp=3160b29dd584f2adb1ae3f8eb872d5425593012b;hpb=392d31d235358c1e9f083719936715789a52adc6;p=kivitendo-erp.git diff --git a/modules/override/PDF/Table.pm b/modules/override/PDF/Table.pm index 3160b29dd..5934fcb70 100644 --- a/modules/override/PDF/Table.pm +++ b/modules/override/PDF/Table.pm @@ -456,7 +456,7 @@ sub table for( my $row_idx = 0; $row_idx < scalar(@$data) ; $row_idx++ ) { - push @header_row_widths, [] if $row_idx < $header_props->{num_header_rows}; + #push @header_row_widths, [] if $row_idx < $header_props->{num_header_rows}; my $column_widths = []; #holds the width of each column # Init the height for this row