Skip to content
Snippets Groups Projects
Commit d6756563 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FEAT #12280 TIME 0:10 fix missing border in summary sheet

parent 55e1ddb0
No related branches found
No related tags found
No related merge requests found
......@@ -489,7 +489,7 @@ class SummarySheetController
}
if (isset($processLimitDate)) {
$nextLine = !empty($customFieldsIds) && $nextLine == 0 ? 1 : 0;
$pdf->MultiCell($widthNotes, 30, _PROCESS_LIMIT_DATE . " : {$processLimitDate}", $nextLine, 'L', false, 1, '', '', true, 0, true);
$pdf->MultiCell($widthNotes, 30, _PROCESS_LIMIT_DATE . " : {$processLimitDate}", 1, 'L', false, $nextLine, '', '', true, 0, true);
}
if (!empty($customFieldsIds)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment