a
This commit is contained in:
parent
f4d7b89403
commit
3fa835c38b
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user