This commit is contained in:
KONE SOREL 2026-03-07 12:08:48 +00:00
parent 8f08dad036
commit 2232a4f389

View File

@ -1,3 +1 @@
<?php foreach ($ville as $v): ?>
<option value="<?= $v['code'] ?>"><?= $v['libelle'] ?></option>
<?php endforeach; ?>
<?= liste_options($ville, $localite['codeVille'] ?? '', false) ?>