This commit is contained in:
KONE SOREL 2026-03-04 17:51:10 +00:00
parent 04209f1928
commit 65fe2143e0

View File

@ -151,8 +151,8 @@
<td class="text-muted fw-bold"><?= $pb[1] ?></td>
<td class="text-center bg-light text-muted fw-bold"><?= $status ? _("Oui") : _("Non") ?></td>
<td>
<select class="form-select form-select-sm fw-bold border-warning" id="<?= $b[4] ?>" name="<?= $b[4] ?>">
<?php liste_options($b[3], $this->nettoyer($societeuser[$b[2]]), true); ?>
<select class="form-select form-select-sm fw-bold border-warning" id="<?= $pb[4] ?>" name="<?= $pb[4] ?>">
<?php liste_options($pb[3], $this->nettoyer($societeuser[$pb[2]]), true); ?>
</select>
</td>
</tr>