Skip to content
Snippets Groups Projects
Verified Commit c4ce5b55 authored by Damien's avatar Damien
Browse files

FEAT #9082 freeField update (merci alex)

parent c46317f8
No related branches found
No related tags found
No related merge requests found
...@@ -375,7 +375,7 @@ class SummarySheetController ...@@ -375,7 +375,7 @@ class SummarySheetController
$pdf->SetY($pdf->GetY() + 5); $pdf->SetY($pdf->GetY() + 5);
} }
} }
} elseif ($unit['unit'] == 'freeField') { } elseif (strpos($unit['unit'], 'freeField') !== false) {
$pdf->SetY($pdf->GetY() + 40); $pdf->SetY($pdf->GetY() + 40);
if (($pdf->GetY() + 77) > $bottomHeight) { if (($pdf->GetY() + 77) > $bottomHeight) {
$pdf->AddPage(); $pdf->AddPage();
......
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