newdesigngestionnaire/Societes/envoyx/Tarifs/Controleur/Ajaxcorpsfamilleacte.php
2026-03-04 00:45:44 +00:00

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));
?>