a
This commit is contained in:
parent
26f9083bf5
commit
6bc33e2f70
|
|
@ -89,16 +89,16 @@ 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(77,$ht,convertirc(": ".substr($_SESSION['p_adherent_C'],0,50)),'T',0,'L',false);
|
||||
$pdf->Cell(67,$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);
|
||||
$pdf->Cell(30,$ht,convertirc(_('Statut')),'LT',0,'C',false);
|
||||
$pdf->Cell(41,$ht,convertirc(_('RESERVE AU PRATICIEN')),'LTR',1,'C',false);
|
||||
|
||||
$pdf->SetFont('Arial','UI', 9);
|
||||
$pdf->Cell(25,$ht,convertirc(_("Malade")),'LB',0,'L',false);
|
||||
$pdf->SetFont('Arial','B', 9);
|
||||
$pdf->Cell(77,$ht,convertirc(": ".substr($_SESSION['p_beneficiaire_C'],0,50)),'B',0,'L',false);
|
||||
$pdf->Cell(67,$ht,convertirc(": ".substr($_SESSION['p_beneficiaire_C'],0,50)),'B',0,'L',false);
|
||||
$pdf->SetFont('Arial','B', 10);
|
||||
$pdf->Cell(27,$ht,convertirc(dateFr($_SESSION['p_dateNaissance_C'])),'LB',0,'C',false);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user