This commit is contained in:
KONE SOREL 2026-03-07 15:41:43 +00:00
parent 87c98a92d5
commit 71a65bb297

View File

@ -30,7 +30,7 @@
<i class="fas fa-globe-africa text-muted"></i>
</span>
<select name="codePays" id="codePays" class="form-control selectpicker border-2 border-start-0" required>
<?= liste_options($pays, '', true) ?>
<?= liste_options($pays, $_SESSION['codePaysSociete'], false) ?>
</select>
</div>
</div>