Fix: Le descriptif du rapport des actions sortait de la page

This commit is contained in:
Laurent Destailleur 2005-09-17 02:31:19 +00:00
parent 69967208b1
commit c59b23a3f5

View File

@ -171,7 +171,7 @@ class CommActionRapport
$y2 = $pdf->GetY();
$pdf->SetXY(106,$y);
$pdf->MultiCell(112, 4, eregi_replace('<br>',"\n",$obj->note), 0, 'L', 0);
$pdf->MultiCell(94, 4, eregi_replace('<br>',"\n",dolibarr_trunc($obj->note,150)), 0, 'L', 0);
$y3 = $pdf->GetY();
$i++;