internationalization
This commit is contained in:
parent
7a927a22e3
commit
cd825ba4be
@ -370,7 +370,7 @@ class pdf_espadon extends ModelePdfExpedition
|
|||||||
// Notes
|
// Notes
|
||||||
if (! empty($object->note_public))
|
if (! empty($object->note_public))
|
||||||
{
|
{
|
||||||
$pdf->SetFont('', '', $default_font_size - 1); // Dans boucle pour gerer multi-page
|
$pdf->SetFont('', '', $default_font_size - 1); // In loop to manage multi-page
|
||||||
$pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top_alt, dol_htmlentitiesbr($object->note_public), 0, 1);
|
$pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top_alt, dol_htmlentitiesbr($object->note_public), 0, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -502,7 +502,7 @@ class pdf_espadon extends ModelePdfExpedition
|
|||||||
$pdf->setPage($pageposafter); $curY = $tab_top_newpage;
|
$pdf->setPage($pageposafter); $curY = $tab_top_newpage;
|
||||||
}
|
}
|
||||||
|
|
||||||
$pdf->SetFont('', '', $default_font_size - 1); // On repositionne la police par defaut
|
$pdf->SetFont('', '', $default_font_size - 1); // We reposition the default font
|
||||||
|
|
||||||
// weight
|
// weight
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user