This commit is contained in:
KONE SOREL 2026-04-16 11:56:23 +00:00
parent bd6f9344d0
commit a81c9af5f7

View File

@ -92,7 +92,7 @@
</td>
<td colspan="2" class="text-center" style="vertical-align: middle;">
<?php if($bool == 0): ?>
<?php if($choix == "0"): ?>
<input type="checkbox" <?= ($choix == '1') ? 'checked' : '' ?> value="<?= $choix ?>"
onClick="javascript:this.value=(this.value=='1'?'0':'1');selectionner_mouvement_rh(<?= $idMvtTemp ?>, this.value);"
>
@ -101,7 +101,7 @@
<?php endif; ?>
</td>
<td class="text-center" style="vertical-align: middle;">
<?php if($bool == 0): ?>
<?php if($rejet == "0"): ?>
<input type="checkbox" <?= ($rejet == '1') ? 'checked' : '' ?> value="<?= $rejet ?>"
onClick="javascript:this.value=(this.value=='1'?'0':'1');selectionner_rejet_rh(<?= $idMvtTemp ?>, this.value);"
>