This commit is contained in:
KANE LAZENI 2026-01-03 02:10:36 +00:00
parent d050dc3834
commit 59b2250745

View File

@ -3,6 +3,8 @@
$nbFactAntiDate = $this->nettoyer($avenant['nbFactAntiDate']);
?>
<INPUT class="sr-only" id="tauxRistourne" NAME="tauxRistourne" TYPE="text" value="<?= $this->nettoyer($avenant['tauxRistourne']) ?>" >
<button type="button" style='font-size:10pt;' class="sr-only" onclick="javascript:appliquer_taux_ristourne();" > </button>
<button id="btn_pop" NAME="btn_pop" type="button" class="sr-only" data-toggle="modal" data-target="#popdetailassure"></button>
@ -95,13 +97,6 @@
</tr>
<tr>
<td> <?= _("Taux Ristourne(%)") ?> </td>
<td>
<INPUT style='font-size:10pt; text-align:center' class="form-control" id="tauxRistourne" NAME="tauxRistourne" TYPE="text" value="<?= $this->nettoyer($avenant['tauxRistourne']) ?>"
onChange="javascript:appliquer_taux_ristourne();" >
</td>
<td> <button type="button" style='font-size:10pt;' class="form-control btn btn-info" onclick="javascript:appliquer_taux_ristourne();" > <?= _("Appliquer Taux...") ?> </button> </td>
<td colspan="2"> <button type="button" style='font-size:10pt;' class="form-control btn btn-info" onclick="javascript:pop_afficher_selection_retrait();" > <?= _("Sélection des assurées à retirer...") ?> </button> </td>
<td colspan="1"> <input style='font-size:10pt;' class = "form-control btn btn-danger" type="button" value="<?= _("Récapituler") ?>" onClick="javascript:recapituler_retrait();"> </td>