Merge pull request #107 from simnandez/develop

Fix: Use transnoentities into description
This commit is contained in:
Regis Houssin 2012-02-22 00:50:43 -08:00
commit bb9a63c12b

View File

@ -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);