This commit is contained in:
KANE LAZENI 2026-06-23 18:19:31 +00:00
parent 54c4965e5d
commit 7d15264017

View File

@ -89,7 +89,7 @@ class ControleurAjaximprimerbonmedicament extends Controleurrequete
$pdf->SetFont('Arial','UI', 9);
$pdf->Cell(25,$ht,convertirc(_("Adhérent")),'LT',0,'L',false);
$pdf->SetFont('Arial','B', 9);
$pdf->Cell(57,$ht,convertirc(": ".substr($_SESSION['p_adherent_C'],0,50)),'T',0,'L',false);
$pdf->Cell(77,$ht,convertirc(": ".substr($_SESSION['p_adherent_C'],0,50)),'T',0,'L',false);
$pdf->SetFont('Arial','UI', 8);
$pdf->Cell(27,$ht,convertirc(_('Naissance')),'LT',0,'C',false);
$pdf->Cell(20,$ht,convertirc(_('Statut')),'LT',0,'C',false);