Fixing style errors.

This commit is contained in:
stickler-ci 2021-08-11 11:00:11 +00:00
parent 40329b9181
commit 3e2b4b45c1

View File

@ -652,7 +652,7 @@ class pdf_strato extends ModelePDFContract
$pdf->SetXY($posx, $posy);
$pdf->SetTextColor(0, 0, 60);
$pdf->MultiCell(100, 4, $outputlangs->transnoentities("Ref")." : ".$outputlangs->convToOutputCharset($object->ref), '', 'R');
}
}
$posy += 1;
$pdf->SetFont('', '', $default_font_size);