diff --git a/Societes/radiant/Tarifs/Controleur/Cpfc1eng.php b/Societes/radiant/Tarifs/Controleur/Cpfc1eng.php index 648f6365..641bd9e4 100644 --- a/Societes/radiant/Tarifs/Controleur/Cpfc1eng.php +++ b/Societes/radiant/Tarifs/Controleur/Cpfc1eng.php @@ -70,7 +70,7 @@ $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(": ".$entetecp['numeroPiece']),0,1,'L',false); + $pdf->Cell(0,$ht,convertirc(": ".$entetecp['registreCommerce']),0,1,'L',false); $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("Village/Cell/Sector"),0,0,'L',false); diff --git a/Societes/radiant/Tarifs/Controleur/Cpfc1kiny.php b/Societes/radiant/Tarifs/Controleur/Cpfc1kiny.php index 623a8275..28090098 100644 --- a/Societes/radiant/Tarifs/Controleur/Cpfc1kiny.php +++ b/Societes/radiant/Tarifs/Controleur/Cpfc1kiny.php @@ -52,14 +52,8 @@ $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("No y’indangamuntu"),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(": ".$adherent['registreCommerce']),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); diff --git a/Societes/radiant/Tarifs/Controleur/Cpfc2eng.php b/Societes/radiant/Tarifs/Controleur/Cpfc2eng.php index 3a9dd770..5d4db2de 100644 --- a/Societes/radiant/Tarifs/Controleur/Cpfc2eng.php +++ b/Societes/radiant/Tarifs/Controleur/Cpfc2eng.php @@ -71,7 +71,7 @@ $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(": ".$adherent['registreCommerce']),0,1,'L',false); $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("Village/Cell/Sector"),0,0,'L',false); diff --git a/Societes/radiant/Tarifs/Controleur/Cpfc2kiny.php b/Societes/radiant/Tarifs/Controleur/Cpfc2kiny.php index 57a16bb9..3353a1bb 100644 --- a/Societes/radiant/Tarifs/Controleur/Cpfc2kiny.php +++ b/Societes/radiant/Tarifs/Controleur/Cpfc2kiny.php @@ -54,7 +54,7 @@ $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("No y’indangamuntu"),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(": ".$adherent['registreCommerce']),0,1,'L',false); $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("Telefone"),0,0,'L',false);