This commit is contained in:
KANE LAZENI 2026-03-18 05:33:17 +00:00
parent 9c7764cdef
commit 01099cd824

View File

@ -43,9 +43,11 @@ class ControleurAjaxavenantincorporation extends Controleurrequete
$pdf->Ln(5);
$pdf->Cell(0,$ht,convertirc("Subscriber : ".$entetecp['nomClient']),0,0,'L',false);
$pdf->Cell(0,$ht,convertirc("Policy Number : ".$entetecp['numeroPolice']),0,1,'R',false);
$pdf->Cell(0,$ht,convertirc("Effective Date : ".$entetecp['dateEffetAvenant']),0,0,'L',false);
$pdf->Cell(0,$ht,convertirc("End Date : ".$entetecp['dateEcheance']),0,1,'R',false);
$pdf->Ln(5);
$pdf->SetFont('Arial','', 9);