This commit is contained in:
KONE SOREL 2026-03-07 12:07:18 +00:00
parent 455175cb5a
commit 8f08dad036

View File

@ -1,4 +1,3 @@
<option value=""><?= _("-- Sélectionner --") ?></option>
<?php foreach ($ville as $v): ?>
<option value="<?= $v['code'] ?>"><?= $v['libelle'] ?></option>
<?php endforeach; ?>