diff --git a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php index 0f3e53d5..d041ead1 100755 --- a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php +++ b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php @@ -123,7 +123,7 @@ if (file_exists($qrCodePath)) { // Section "Assuré Principal" $pdf->SetFont('Arial', 'BUI', 7); -$pdf->SetXY(30, 38); +$pdf->SetXY(28, 35); $pdf->SetTextColor(33, 46, 83); $pdf->Cell(30, 4, mb_convert_encoding(_('Assuré Principal'), "ISO-8859-1", "UTF-8"), 0, 1); $pdf->SetTextColor(0);