Fixing style errors.

This commit is contained in:
stickler-ci 2020-02-10 08:04:40 +00:00
parent bd00803090
commit 5022e58b95

View File

@ -1653,7 +1653,7 @@ class pdf_crabe extends ModelePDFFactures
if (! empty($object->project->ref))
{
$posy+=3;
$pdf->SetXY($posx,$posy);
$pdf->SetXY($posx, $posy);
$pdf->SetTextColor(0, 0, 60);
$pdf->MultiCell($w, 3, $outputlangs->transnoentities("ProjectRef")." : " . (empty($object->project->ref)?'':$object->projet->title), '', 'R');
}