Debug v17
This commit is contained in:
parent
b4c16e73b2
commit
91f5fe1320
@ -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++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user