This commit is contained in:
KONE SOREL 2026-03-10 15:13:04 +00:00
parent 6df16fe595
commit f739231112
2 changed files with 2 additions and 10 deletions

View File

@ -10,7 +10,7 @@ class ControleurAjaxtblisterjoursferiers extends Controleur {
}
public function index() {
$codePays = $this->requete->getParametreFormulaire("codePays");
$codePays = $_SESSION['codePaysSociete'];
$annee = $this->requete->getParametreFormulaire("annee","numerique");
$tabjoursferiers = $this->joursferiers->getlisterjoursferiers($codePays,$annee);

View File

@ -13,7 +13,7 @@
<div class="bg-light-50 p-3 border-bottom">
<div class="row g-3 justify-content-center">
<div class="col-md-2">
<div class="col-md-12">
<div class="input-group input-group-sm shadow-xs">
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-calendar-check text-muted"></i></span>
<input type="number" class="form-control border-2 border-start-0 fw-bold"
@ -21,14 +21,6 @@
onchange="afficheDonneesTableChoisie('Ajaxtblisterjoursferiers');">
</div>
</div>
<div class="col-md-4">
<div class="input-group input-group-sm shadow-xs">
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-globe-africa text-muted"></i></span>
<select class="form-select border-2 border-start-0" id="codePays" name="codePays" disabled>
<?php liste_options($pays, $_SESSION['codePaysSociete'],true); ?>
</select>
</div>
</div>
</div>
</div>