This commit is contained in:
KANE LAZENI 2026-01-20 05:47:59 +00:00
parent ac359a3de5
commit 1b1308431e

View File

@ -64,7 +64,7 @@
<span class="badge bg-light text-secondary border"><?= format_N($this->nettoyer($mvt['primeTtc'])) ?></span>
</td>
<td class="text-center">
<td colspan="2" class="text-center">
<?php if($choix=='1'): ?>
<input type="checkbox" checked value="<?php echo $choix ; ?>" onClick="javascript:if(this.value=='1'){this.value='0'}else{this.value='1'};selectionner_mouvement_rh(<?= $idMvtTemp ?>, this.value);">
<?php else: ?>