a
This commit is contained in:
parent
ae7b5a0fa0
commit
16fcc97ea2
|
|
@ -22,25 +22,12 @@ class ControleurAjaxavenantretrait extends Controleurrequete
|
|||
|
||||
$entetecp = $this->police->getEnteteCP($idPolice);
|
||||
|
||||
/*
|
||||
var_dump(
|
||||
array(
|
||||
// "idPolice" => $idPolice,
|
||||
// "idAvenant" => $idAvenant,
|
||||
"entetecp" => $entetecp,
|
||||
)
|
||||
);
|
||||
exit;
|
||||
*/
|
||||
|
||||
/*
|
||||
$collegecps = $this->police->getCollegesCP($idPolice);
|
||||
$garantiescollegecps = $this->police->getGarantiesCollegesCP($idPolice);
|
||||
*/
|
||||
|
||||
// $pdf = new FPDF_Protection();
|
||||
$pdf = new FPDF();
|
||||
// $pdf->SetProtection(array('print'));
|
||||
$pdf->AliasNbPages();
|
||||
$pdf->AddPage();
|
||||
|
||||
|
|
@ -58,7 +45,7 @@ class ControleurAjaxavenantretrait extends Controleurrequete
|
|||
|
||||
$pdf->SetFont('');
|
||||
|
||||
$pdf->Ln(15);
|
||||
// $pdf->Ln(15);
|
||||
|
||||
$pdf->SetFont('Arial','', 9);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user