12 lines
437 B
PHP
Executable File
12 lines
437 B
PHP
Executable File
<?php
|
|
|
|
$periodicite = $this->periodicite->getListe();
|
|
$forfaitTaux = $this->college_temp->getTauxForfait();
|
|
$observation = $this->college_temp->getObservationplafond();
|
|
$familleacte = $this->familleacte->getFamilleacte();
|
|
|
|
$_SESSION['choixForfait'] = "forfait";
|
|
|
|
$this->genererVueAjax(array('forfaitTaux' => $forfaitTaux,'familleacte' => $familleacte,
|
|
'periodicite' => $periodicite,'observation' => $observation));
|
|
?>
|