Merge pull request #107 from simnandez/develop
Fix: Use transnoentities into description
This commit is contained in:
commit
bb9a63c12b
@ -287,7 +287,7 @@ Class pdf_expedition_rouget extends ModelePdfExpedition
|
||||
$pdf->SetFont('','',$default_font_size - 1);
|
||||
|
||||
$pdf->SetXY($this->posxdesc-1, $tab_top+1);
|
||||
$pdf->MultiCell(108, 2, $outputlangs->trans("Description"), '', 'L');
|
||||
$pdf->MultiCell(108, 2, $outputlangs->transnoentities("Description"), '', 'L');
|
||||
|
||||
$pdf->line($this->posxqtyordered-1, $tab_top, $this->posxqtyordered-1, $tab_top + $tab_height);
|
||||
$pdf->SetXY($this->posxqtyordered-1, $tab_top+1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user