Debug v17

This commit is contained in:
Laurent Destailleur
2022-12-09 15:42:55 +01:00
parent b4c16e73b2
commit 91f5fe1320

View File

@@ -332,7 +332,7 @@ class CommActionRapport
// Description of event
$pdf->SetXY(106, $y);
$pdf->MultiCell(94, $height, $outputlangs->convToOutputCharset(dol_string_nohtmltag($text, 0)), 0, 'L', 0);
$pdf->MultiCell(94, $height, $outputlangs->convToOutputCharset(dol_trunc(dol_string_nohtmltag($text, 0), 250, 'right', 'UTF-8', 0)), 0, 'L', 0);
$y3 = $pdf->GetY();
$i++;