This commit is contained in:
KONE SOREL 2026-03-07 12:05:49 +00:00
parent 10c658f597
commit 455175cb5a

View File

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