diff --git a/src/app/resource/controllers/SummarySheetController.php b/src/app/resource/controllers/SummarySheetController.php
index 42fbad04f71a6d5d3cc774e11b92f9f50c85e548..51269ce26a2552b27042dfb8aeaf46184567ad5f 100755
--- a/src/app/resource/controllers/SummarySheetController.php
+++ b/src/app/resource/controllers/SummarySheetController.php
@@ -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)) {