From c59b23a3f5defcdecdeae100b27216cf500b099a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 17 Sep 2005 02:31:19 +0000 Subject: [PATCH] Fix: Le descriptif du rapport des actions sortait de la page --- htdocs/comm/action/rapport/rapport.pdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++;