diff --git a/src/app/resource/controllers/SummarySheetController.php b/src/app/resource/controllers/SummarySheetController.php
index c30b36cc99a0970c8ffb7bd18703b7002598fdb5..a7bda45d93a07e453b70e506653df8eb5c00d787 100644
--- a/src/app/resource/controllers/SummarySheetController.php
+++ b/src/app/resource/controllers/SummarySheetController.php
@@ -375,7 +375,7 @@ class SummarySheetController
                         $pdf->SetY($pdf->GetY() + 5);
                     }
                 }
-            } elseif ($unit['unit'] == 'freeField') {
+            } elseif (strpos($unit['unit'], 'freeField') !== false) {
                 $pdf->SetY($pdf->GetY() + 40);
                 if (($pdf->GetY() + 77) > $bottomHeight) {
                     $pdf->AddPage();