This commit is contained in:
KONE SOREL 2026-03-04 09:41:20 +00:00
parent c993100231
commit e5bb1ee148

View File

@ -244,7 +244,9 @@
<td>
<div class="input-group input-group-sm">
<input class="form-control text-center fw-bold border-warning" id="<?= $c[2] ?>" name="<?= $c[2] ?>" type="text" value="<?= $this->nettoyer($societeuser[$c[2]]) ?>" onBlur="javascript:controle_numerique_new(this.id, <?= $this->nettoyer($societeuser[$c[2]]) ?>);">
<?php if($c[3]!=''):?>
<span class="input-group-text bg-white border-warning"><?= $c[3] ?></span>
<?php endif;?>
</div>
</td>
</tr>