This commit is contained in:
KONE SOREL 2026-03-10 16:23:51 +00:00
parent 4cb2a3145a
commit f1bf5807f2

View File

@ -46,7 +46,7 @@
<span class="input-group-text bg-white border-2 border-end-0"> <span class="input-group-text bg-white border-2 border-end-0">
<i class="fas fa-globe-africa text-muted"></i> <i class="fas fa-globe-africa text-muted"></i>
</span> </span>
<select class="form-control selectpicker border-2 border-start-0" id="codePays" name="codePays" required onchange="afficheDonneesTableChoisie('Ajaxtblisterjoursferiers');"> <select class="form-select border-2 border-start-0" id="codePays" name="codePays" disabled>
<?php liste_options($pays, $_SESSION['codePaysSociete'], true); ?> <?php liste_options($pays, $_SESSION['codePaysSociete'], true); ?>
</select> </select>
</div> </div>