df
This commit is contained in:
parent
eb3926a249
commit
4199ca0257
|
|
@ -13,16 +13,12 @@ class ControleurAjaxtblisterjoursferiers extends Controleur {
|
|||
$codePays = $_SESSION['codePaysSociete'];
|
||||
$annee = $this->requete->getParametreFormulaire("annee","numerique");
|
||||
|
||||
var_dump($codePays,$annee); die();
|
||||
|
||||
$tabjoursferiers = $this->joursferiers->getlisterjoursferiers($codePays,$annee);
|
||||
|
||||
$existeselection = $this->joursferiers->existeSelection();
|
||||
|
||||
$pays = $this->joursferiers->getListePays($_SESSION['codePaysSociete']);
|
||||
|
||||
var_dump($tabjoursferiers); die();
|
||||
|
||||
$this->genererVueAjax(array(
|
||||
'tabjoursferiers' => $tabjoursferiers,
|
||||
'existeselection' => $existeselection,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user