This commit is contained in:
KANE LAZENI 2026-03-18 09:13:04 +00:00
parent c1a96e37d1
commit 164187e6ca
4 changed files with 4 additions and 10 deletions

View File

@ -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);

View File

@ -52,14 +52,8 @@
$pdf->SetFont('Arial','', 10);
$pdf->Cell(50,$ht,convertirc("No yindangamuntu"),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);

View File

@ -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);

View File

@ -54,7 +54,7 @@
$pdf->SetFont('Arial','', 10);
$pdf->Cell(50,$ht,convertirc("No yindangamuntu"),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);