a
This commit is contained in:
parent
61a2b35a7d
commit
a93c623737
|
|
@ -100,7 +100,7 @@ class ControleurAjaximprimerbonmedicament extends Controleurrequete
|
|||
$pdf->SetFont('Arial','B', 9);
|
||||
$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);
|
||||
$pdf->Cell(27,$ht,convertirc(dateFr($_SESSION['p_dateNaissance_C'])),'LB',0,'L',false);
|
||||
|
||||
if($_SESSION['p_lienparente_C'] == "Assure"){
|
||||
$statut = "Agent";
|
||||
|
|
@ -109,7 +109,7 @@ class ControleurAjaximprimerbonmedicament 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);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user