a
This commit is contained in:
parent
bc901afad0
commit
752605e85e
|
|
@ -85,18 +85,18 @@ class ControleurAjaximprimerbonexamen extends Controleurrequete
|
|||
$pdf->Cell(35,$ht,convertirc($_SESSION['p_numeroBeneficiaire_C']),'LBR',1,'C',false);
|
||||
|
||||
$pdf->SetFont('Arial','UI', 9);
|
||||
$pdf->Cell(45,$ht,convertirc(_("Nom et Prénoms de l'Adhérent")),'LT',0,'L',false);
|
||||
$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(67,$ht,convertirc(": ".substr($_SESSION['p_adherent_C'],0,50)),'T',0,'L',false);
|
||||
$pdf->SetFont('Arial','UI', 8);
|
||||
$pdf->Cell(27,$ht,convertirc(_('Date de Naissance')),'LT',0,'C',false);
|
||||
$pdf->Cell(20,$ht,convertirc(_('Statut')),'LT',0,'C',false);
|
||||
$pdf->Cell(27,$ht,convertirc(_('Naissance')),'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(45,$ht,convertirc(_("Nom et Prénoms du Malade")),'LB',0,'L',false);
|
||||
$pdf->Cell(25,$ht,convertirc(_("Malade")),'LB',0,'L',false);
|
||||
$pdf->SetFont('Arial','B', 9);
|
||||
$pdf->Cell(57,$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);
|
||||
|
||||
|
|
@ -107,7 +107,7 @@ class ControleurAjaximprimerbonexamen extends Controleurrequete
|
|||
}
|
||||
|
||||
$pdf->SetFont('Arial','B', 10);
|
||||
$pdf->Cell(20,$ht,convertirc($statut),'LB',0,'C',false);
|
||||
$pdf->Cell(30,$ht,convertirc($statut),'LB',0,'C',false);
|
||||
$pdf->Cell(41,$ht,convertirc(_('')),'LR',1,'C',false);
|
||||
|
||||
|
||||
|
|
@ -168,19 +168,7 @@ class ControleurAjaximprimerbonexamen extends Controleurrequete
|
|||
$pdf->Cell(21,$hl,convertirc(_('')),1,1,'C',false);
|
||||
|
||||
}
|
||||
/*
|
||||
$nbreMedocs = count($detailprescriptions);
|
||||
|
||||
while($nbreMedocs < $_SESSION['p_nbMedicamentMax'])
|
||||
{
|
||||
$nbreMedocs++;
|
||||
$pdf->Cell(10,$hl,convertirc($nbreMedocs),'LBR',0,'C',false);
|
||||
$pdf->Cell(89,$hl,convertirc(_('')),'BR',0,'L',false);
|
||||
$pdf->Cell(50,$hl,convertirc(_('')),'BR',0,'L',false);
|
||||
$pdf->Cell(20,$hl,convertirc(_('')),1,0,'C',false);
|
||||
$pdf->Cell(21,$hl,convertirc(_('')),1,1,'C',false);
|
||||
}
|
||||
*/
|
||||
|
||||
$pdf->SetFont('Arial','B', 9);
|
||||
$pdf->Cell(50,$hc,convertirc(_('MONTANT')),'LBR',0,'C',false);
|
||||
$pdf->Cell(30,$hc,convertirc(_('REMISE')),'LBR',0,'C',false);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user