diff --git a/htdocs/comm/action/rapport/rapport.pdf.php b/htdocs/comm/action/rapport/rapport.pdf.php
index ff2ab243772..ea47524aaf2 100644
--- a/htdocs/comm/action/rapport/rapport.pdf.php
+++ b/htdocs/comm/action/rapport/rapport.pdf.php
@@ -171,7 +171,7 @@ class CommActionRapport
$y2 = $pdf->GetY();
$pdf->SetXY(106,$y);
- $pdf->MultiCell(112, 4, eregi_replace('
',"\n",$obj->note), 0, 'L', 0);
+ $pdf->MultiCell(94, 4, eregi_replace('
',"\n",dolibarr_trunc($obj->note,150)), 0, 'L', 0);
$y3 = $pdf->GetY();
$i++;