This commit is contained in:
KANE LAZENI 2026-01-19 12:14:36 +00:00
parent 76415eea24
commit 3327ceed8a

View File

@ -18,7 +18,7 @@
<td align='center'><?= $this->nettoyer($v['numeroClient']) ?></td>
<td align='center'><?= $this->nettoyer($v['idPolice']) ?></td>
<td> <button type="button" class="form-control btn btn-primary" onclick="javascript:selectionner_consulter_mvt_police();"> <?= format_N($this->nettoyer($v['nbMvt'])) ?> </button> </td>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-info" onclick="javascript:selectionner_valider_mvt_police();"> <?= format_N($this->nettoyer($v['nbAttente'])) ?> </button> </td>
<td> <button type="button" class="form-control btn btn-info" onclick="javascript:selectionner_valider_mvt_police();"> <?= format_N($this->nettoyer($v['nbAttente'])) ?> </button> </td>
<td align='center'><?= format_N($this->nettoyer($v['nbValide'])) ?></td>
</tr>
<?php endforeach; ?>