diff --git a/Societes/radiant/Tarifs/Controleur/Cpfc1eng.php b/Societes/radiant/Tarifs/Controleur/Cpfc1eng.php index d73f874e..648f6365 100644 --- a/Societes/radiant/Tarifs/Controleur/Cpfc1eng.php +++ b/Societes/radiant/Tarifs/Controleur/Cpfc1eng.php @@ -60,7 +60,7 @@ $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("Names"),0,0,'L',false); $pdf->SetFont('Arial','B', 10); - $pdf->Cell(0,$ht,convertirc(": ".$adherent['nom'] . " " . $adherent['prenoms']),0,1,'L',false); + $pdf->Cell(0,$ht,convertirc(": ".$entetecp['nomClient']),0,1,'L',false); $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("Type of Insurance"),0,0,'L',false); @@ -70,33 +70,32 @@ $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("TIN/PASSPORT/NID"),0,0,'L',false); $pdf->SetFont('Arial','B', 10); - $pdf->Cell(0,$ht,convertirc(": ".$adherent['numeroPiece']),0,1,'L',false); + $pdf->Cell(0,$ht,convertirc(": ".$entetecp['numeroPiece']),0,1,'L',false); $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("Village/Cell/Sector"),0,0,'L',false); $pdf->SetFont('Arial','B', 10); - // $pdf->Cell(0,$ht,convertirc(": ".$adherent['adresseGeo']),0,1,'L',false); $pdf->Cell(0,$ht,convertirc(": ".$entetecp['adresseGeo']),0,1,'L',false); $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("District"),0,0,'L',false); $pdf->SetFont('Arial','B', 10); - $pdf->Cell(0,$ht,convertirc(": ".$adherent['ville'].' / '. $adherent['localite']),0,1,'L',false); + $pdf->Cell(0,$ht,convertirc(": ".$entetecp['ville'].' / '. $entetecp['localite']),0,1,'L',false); $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("Telefone"),0,0,'L',false); $pdf->SetFont('Arial','B', 10); - $pdf->Cell(0,$ht,convertirc(": ".$adherent['telephonePortable']),0,1,'L',false); + $pdf->Cell(0,$ht,convertirc(": ".$adhentetecperent['telephonePortable']),0,1,'L',false); $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("Email"),0,0,'L',false); $pdf->SetFont('Arial','B', 10); - $pdf->Cell(0,$ht,convertirc(": ".$adherent['email']),0,1,'L',false); + $pdf->Cell(0,$ht,convertirc(": ".$entetecp['email']),0,1,'L',false); $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("Contract Signing Date"),0,0,'L',false); $pdf->SetFont('Arial','B', 10); - $pdf->Cell(0,$ht,convertirc(": ".dateFr($adherent['dateSysteme'])),0,1,'L',false); + $pdf->Cell(0,$ht,convertirc(": ".dateFr($entetecp['dateSysteme'])),0,1,'L',false); $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("Commencement Date"),0,0,'L',false); diff --git a/Societes/radiant/Tarifs/Controleur/Cpfc2kiny.php b/Societes/radiant/Tarifs/Controleur/Cpfc2kiny.php index 294ca38b..57a16bb9 100644 --- a/Societes/radiant/Tarifs/Controleur/Cpfc2kiny.php +++ b/Societes/radiant/Tarifs/Controleur/Cpfc2kiny.php @@ -43,7 +43,8 @@ $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("AMAZINA YOSE"),0,0,'L',false); $pdf->SetFont('Arial','B', 10); - $pdf->Cell(0,$ht,convertirc(": ".$adherent['nom'] . " " . $adherent['prenoms']),0,1,'L',false); + // $pdf->Cell(0,$ht,convertirc(": ".$adherent['nom'] . " " . $adherent['prenoms']),0,1,'L',false); + $pdf->Cell(0,$ht,convertirc(": ".$entetecp['nomClient']),0,1,'L',false); $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("Itariki y’amavuko"),0,0,'L',false); @@ -55,13 +56,6 @@ $pdf->SetFont('Arial','B', 10); $pdf->Cell(0,$ht,convertirc(": ".$adherent['numeroPiece']),0,1,'L',false); - /* - $pdf->SetFont('Arial','', 10); - $pdf->Cell(50,$ht,convertirc("Ubwenegihugu"),0,0,'L',false); - $pdf->SetFont('Arial','B', 10); - $pdf->Cell(0,$ht,convertirc(": "),0,1,'L',false); - */ - $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("Telefone"),0,0,'L',false); $pdf->SetFont('Arial','B', 10);