This commit is contained in:
KANE LAZENI 2026-01-19 12:14:09 +00:00
parent a4e8f35c5e
commit 76415eea24

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-success" onclick="javascript:selectionner_valider_mvt_police();"> <?= format_N($this->nettoyer($v['nbAttente'])) ?> </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 align='center'><?= format_N($this->nettoyer($v['nbValide'])) ?></td>
</tr>
<?php endforeach; ?>