a
This commit is contained in:
parent
4682d5f159
commit
4babc659e6
|
|
@ -3,8 +3,6 @@
|
|||
|
||||
$entetecp = $this->police->getEnteteCP($idPolice);
|
||||
$adherent = $this->police->getAdherentCP($idPolice);
|
||||
// $garantiescollegecps = $this->police->getGarantiesCollegesCP($idPolice);
|
||||
// $garantiescollegecps = $this->police->getGarantiesCollegesCPFC($idPolice);
|
||||
$garantiescollegecps = $this->police->getGarantiesAdherentCPFC($idPolice);
|
||||
|
||||
$listeassures = $this->police->getcpfclisteassures($idPolice);
|
||||
|
|
|
|||
|
|
@ -3,15 +3,13 @@
|
|||
|
||||
$entetecp = $this->police->getEnteteCP($idPolice);
|
||||
$adherent = $this->police->getAdherentCP($idPolice);
|
||||
// $garantiescollegecps = $this->police->getGarantiesCollegesCP($idPolice);
|
||||
// $garantiescollegecps = $this->police->getGarantiesCollegesCPFC($idPolice);
|
||||
$garantiescollegecps = $this->police->getGarantiesAdherentCPFC($idPolice);
|
||||
$listeassures = $this->police->getcpfclisteassures($idPolice);
|
||||
|
||||
// $pdf = new FPDF();
|
||||
$pdf = new FPDF_Protection();
|
||||
$pdf->SetProtection(array('print'));
|
||||
// $pdf = new FPDF_Protection();
|
||||
// $pdf->SetProtection(array('print'));
|
||||
|
||||
$pdf = new FPDF();
|
||||
$pdf->AliasNbPages();
|
||||
$pdf->AddPage();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user