Skip to content
Snippets Groups Projects
Commit 60240b85 authored by mathieu.pionier's avatar mathieu.pionier
Browse files

FIX #18956 TIME 07:45 fix display custom fields link form

parent 69a7b084
No related branches found
No related tags found
No related merge requests found
...@@ -410,9 +410,7 @@ class SummarySheetController ...@@ -410,9 +410,7 @@ class SummarySheetController
$value = $customFieldsValues[$customFieldsId] ? '<b>' . $customFieldsValues[$customFieldsId] . '</b>' : '<i>' . _UNDEFINED . '</i>'; $value = $customFieldsValues[$customFieldsId] ? '<b>' . $customFieldsValues[$customFieldsId] . '</b>' : '<i>' . _UNDEFINED . '</i>';
} }
$pdf->SetFont('', '', 8); $pdf->MultiCell($widthNotes, 30, $label . " : {$value}", 1, 'L', false, 1, '', '', true, 0, true);
$nextLine = ($nextLine + 1) % 2;
$pdf->MultiCell($widthNotes, 30, $label . " : {$value}", 1, 'L', false, $nextLine, '', '', true, 0, true);
$pdf->SetFont('', '', 10); $pdf->SetFont('', '', 10);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment