diff --git a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php index 52b5f19d..4216a0f3 100755 --- a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php +++ b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php @@ -130,11 +130,9 @@ $pdf->SetTextColor(0); // Numéro assuré - en gras et rouge $pdf->SetFont('Arial', '', 6); $pdf->SetXY(24, 41); -$pdf->Cell(0, 3, mb_convert_encoding(_('Matricule'), "ISO-8859-1", "UTF-8"), 0, 0); +$pdf->Cell(10, 3, mb_convert_encoding(_('Matricule'), "ISO-8859-1", "UTF-8"), 0, 0); $pdf->SetFont('Arial', 'B', 6); $pdf->SetTextColor(255, 0, 0); -// $pdf->Cell(25, 3, ' : '.$assure['numeroAdherent'], 0, 1); -// $pdf->Cell(0, 3, ' : '.$assure['numeroAdherent'], 0, 1); $pdf->Cell(0, 3, ' : '.$assure['numeroAdherent'], 0, 1); $pdf->SetTextColor(0); @@ -143,7 +141,7 @@ $pdf->SetFont('Arial', '', 6); $pdf->SetXY(24, 44); // $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); +$pdf->Cell(0, 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'];