Fixing style errors.
This commit is contained in:
parent
c31fcb3981
commit
f8eaca24af
@ -1501,7 +1501,7 @@ class pdf_eratosthene extends ModelePDFCommandes
|
|||||||
|
|
||||||
$posy += 4;
|
$posy += 4;
|
||||||
|
|
||||||
$pdf->SetXY($posx, $posy);
|
$pdf->SetXY($posx, $posy);
|
||||||
$pdf->SetTextColor(0, 0, 60);
|
$pdf->SetTextColor(0, 0, 60);
|
||||||
$pdf->MultiCell(100, 3, $outputlangs->transnoentities("OrderDate")." : ".dol_print_date($object->date, "day", false, $outputlangs, true), '', 'R');
|
$pdf->MultiCell(100, 3, $outputlangs->transnoentities("OrderDate")." : ".dol_print_date($object->date, "day", false, $outputlangs, true), '', 'R');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user