This commit is contained in:
KONE SOREL 2026-03-10 14:59:03 +00:00
parent aeb5d4070b
commit 6df16fe595

View File

@ -24,9 +24,8 @@
<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-control selectpicker border-2 border-start-0" id="codePays" name="codePays"
onchange="afficheDonneesTableChoisie('Ajaxtblisterjoursferiers');">
<?php liste_options($pays, "",false); ?>
<select class="form-select border-2 border-start-0" id="codePays" name="codePays" disabled>
<?php liste_options($pays, $_SESSION['codePaysSociete'],true); ?>
</select>
</div>
</div>