a
This commit is contained in:
parent
da3d7d85da
commit
1cc090b5cb
|
|
@ -112,10 +112,12 @@ class ControleurAjaxrequetefacturepdf extends Controleurrequete
|
||||||
$pdf->Cell(9,$ht,convertirc("Cons"),1,0,'L',true);
|
$pdf->Cell(9,$ht,convertirc("Cons"),1,0,'L',true);
|
||||||
$pdf->SetFillColor(217,237,247);
|
$pdf->SetFillColor(217,237,247);
|
||||||
$pdf->Cell(9,$ht,convertirc("Ordo"),1,0,'L',true);
|
$pdf->Cell(9,$ht,convertirc("Ordo"),1,0,'L',true);
|
||||||
|
/*
|
||||||
$pdf->SetFillColor(217,237,247);
|
$pdf->SetFillColor(217,237,247);
|
||||||
$pdf->Cell(9,$ht,convertirc("Hosp"),1,0,'C',true);
|
$pdf->Cell(9,$ht,convertirc("Hosp"),1,0,'C',true);
|
||||||
$pdf->SetFillColor(217,237,247);
|
$pdf->SetFillColor(217,237,247);
|
||||||
$pdf->Cell(9,$ht,convertirc("Opt"),1,0,'L',true);
|
$pdf->Cell(9,$ht,convertirc("Opt"),1,0,'L',true);
|
||||||
|
*/
|
||||||
$pdf->SetFillColor(217,237,247);
|
$pdf->SetFillColor(217,237,247);
|
||||||
$pdf->Cell(16,$ht,convertirc("Matricule"),1,0,'C',true);
|
$pdf->Cell(16,$ht,convertirc("Matricule"),1,0,'C',true);
|
||||||
$pdf->SetFillColor(217,237,247);
|
$pdf->SetFillColor(217,237,247);
|
||||||
|
|
@ -153,9 +155,11 @@ class ControleurAjaxrequetefacturepdf extends Controleurrequete
|
||||||
$pdf->Cell(25,$ht,dateheureLang($facture['dateSysteme']),1,0,'C',false);
|
$pdf->Cell(25,$ht,dateheureLang($facture['dateSysteme']),1,0,'C',false);
|
||||||
$pdf->Cell(9,$ht,convertirc($facture['idFacture']),1,0,'C',false);
|
$pdf->Cell(9,$ht,convertirc($facture['idFacture']),1,0,'C',false);
|
||||||
$pdf->Cell(9,$ht,convertirc($facture['numeroBonConsultation']),1,0,'C',false);
|
$pdf->Cell(9,$ht,convertirc($facture['numeroBonConsultation']),1,0,'C',false);
|
||||||
|
/*
|
||||||
$pdf->Cell(9,$ht,convertirc($facture['numeroBonOrdonnance']),1,0,'C',false);
|
$pdf->Cell(9,$ht,convertirc($facture['numeroBonOrdonnance']),1,0,'C',false);
|
||||||
$pdf->Cell(9,$ht,convertirc($facture['numeroBonHospitalisation']),1,0,'C',false);
|
$pdf->Cell(9,$ht,convertirc($facture['numeroBonHospitalisation']),1,0,'C',false);
|
||||||
$pdf->Cell(9,$ht,convertirc($facture['numeroBonOptique']),1,0,'C',false);
|
$pdf->Cell(9,$ht,convertirc($facture['numeroBonOptique']),1,0,'C',false);
|
||||||
|
*/
|
||||||
$pdf->Cell(16,$ht,convertirc($facture['numeroBeneficiaire']),1,0,'L',false);
|
$pdf->Cell(16,$ht,convertirc($facture['numeroBeneficiaire']),1,0,'L',false);
|
||||||
$pdf->Cell(75,$ht,substr($facture['beneficiaire'], 0, 90),1,0,'L',false);
|
$pdf->Cell(75,$ht,substr($facture['beneficiaire'], 0, 90),1,0,'L',false);
|
||||||
$pdf->Cell(15,$ht,format_N($facture['fraisReel']),1,0,'R',false);
|
$pdf->Cell(15,$ht,format_N($facture['fraisReel']),1,0,'R',false);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user