a
This commit is contained in:
parent
6a4b23427b
commit
7d4939fceb
|
|
@ -143,7 +143,6 @@ $pdf->SetXY(24, 42);
|
|||
$pdf->Cell($colonneAlignement - 5, 3, mb_convert_encoding(_('Nom & prénoms'), "ISO-8859-1", "UTF-8"), 0, 0);
|
||||
$pdf->SetFont('Arial', 'B', 6);
|
||||
$pdf->Cell(15, 3, ' : '.substr(mb_convert_encoding($assure['adherent'], "ISO-8859-1", "UTF-8"), 0, 15), 0, 1);
|
||||
*/
|
||||
|
||||
// Photo de l'assuré (positionnée à droite) - taille réduite
|
||||
$photoPath = $_SESSION['dossierPhoto_C'].$_SESSION['dossierSociete'].'/Photos/'.$assure['lienPhoto'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user