Fixing style errors.

This commit is contained in:
stickler-ci 2020-02-12 20:54:56 +00:00
parent c31fcb3981
commit f8eaca24af
6 changed files with 13 additions and 13 deletions

View File

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