mor docs
This commit is contained in:
parent
c00a56bee3
commit
399addfb03
@ -1336,7 +1336,7 @@ class pdf_aurore extends ModelePDFSupplierProposal
|
|||||||
$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("RefCustomer")." : ".$outputlangs->convToOutputCharset($object->ref_client), '', 'R');
|
$pdf->MultiCell($w, 3, $outputlangs->transnoentities("RefCustomer")." : ".dol_trunc($outputlangs->convToOutputCharset($object->ref_client), 65), '', 'R');
|
||||||
}
|
}
|
||||||
/* PHFAVRE
|
/* PHFAVRE
|
||||||
$posy+=4;
|
$posy+=4;
|
||||||
|
|||||||
@ -919,7 +919,7 @@ class pdf_standard_recruitmentjobposition extends ModelePDFRecruitmentJobPositio
|
|||||||
$posy += 4;
|
$posy += 4;
|
||||||
$pdf->SetXY($posx, $posy);
|
$pdf->SetXY($posx, $posy);
|
||||||
$pdf->SetTextColor(0, 0, 60);
|
$pdf->SetTextColor(0, 0, 60);
|
||||||
$pdf->MultiCell($w, 3, $outputlangs->transnoentities("RefCustomer")." : ".$outputlangs->convToOutputCharset($object->ref_client), '', 'R');
|
$pdf->MultiCell($w, 3, $outputlangs->transnoentities("RefCustomer")." : ".dol_trunc($outputlangs->convToOutputCharset($object->ref_client), 65), '', 'R');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($conf->global->PDF_SHOW_PROJECT_TITLE)) {
|
if (!empty($conf->global->PDF_SHOW_PROJECT_TITLE)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user