This commit is contained in:
KANE LAZENI 2026-03-01 21:31:34 +00:00
parent f4d7b89403
commit 3fa835c38b

View File

@ -76,11 +76,11 @@ TTC 20
$pdf->SetFont('Arial','B', 10);
$pdf->Cell(25,$ht,convertirc('S / N'),1,0,'C',false);
$pdf->Cell(55,$ht,convertirc('Surname'),1,0,'C',false);
$pdf->Cell(50,$ht,convertirc('Surname'),1,0,'C',false);
$pdf->Cell(50,$ht,convertirc('Other name'),1,0,'C',false);
$pdf->Cell(15,$ht,convertirc('Relat'),1,0,'C',false);
$pdf->Cell(20,$ht,convertirc('Net Premium'),1,0,'C',false);
$pdf->Cell(20,$ht,convertirc('Total Premium'),1,1,'C',false);
$pdf->Cell(25,$ht,convertirc('Net Premium'),1,0,'C',false);
$pdf->Cell(25,$ht,convertirc('Total Premium'),1,1,'C',false);
$pdf->SetFont('Arial','', 10);
foreach ($listeassures as $assure)