mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Debug v17
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user