Fixing style errors.

This commit is contained in:
stickler-ci 2020-02-10 08:01:40 +00:00
parent 815206cb15
commit 6ffbab0a63

View File

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