Update pdf_crabe.modules.php

This commit is contained in:
Pierre Ardoin
2020-02-10 09:07:26 +01:00
committed by GitHub
parent 5022e58b95
commit d74e1d9182

View File

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