This commit is contained in:
KANE LAZENI 2026-01-31 14:49:23 +00:00
parent dc3743440d
commit 302e69ca0c
2 changed files with 4 additions and 2 deletions

View File

@ -45623,8 +45623,8 @@ function valider_reponse_demande_rd()
error: function(errorData) {
},
success: function(data) {
$('#div_test_gabarit').html(data);
alert(data);
// $('#div_test_gabarit').html(data);
// alert(data);
},
complete: function() {
if(codeEtatDemandeRemboursement=="1"){

View File

@ -4,6 +4,7 @@
<th rowspan="2" style='text-align:center' width="10%"> <?= _("N° Demande") ?> </th>
<th rowspan="2" style='text-align:center' width="10%"> Date </th>
<th rowspan="2" colspan="2" style='text-align:center' width="30%"> <?= _("Bénéficiaire") ?> </th>
<th rowspan="2" style='text-align:center'> <?= _("Nb") ?> </th>
<th colspan="2" style='text-align:center'> <?= _("Répondu") ?> </th>
</tr>
@ -32,6 +33,7 @@
<td align='center'><?= $this->nettoyer($v['numeroBeneficiaire']) ?></td>
<td ><?= $this->nettoyer($v['beneficiaire']) ?></td>
<td align='center'><?= $this->nettoyer($v['nbDemandeRemb']) ?></td>
<td align='center' width="10%">
<?php if($codeEtatDemandeRemboursement == "1"):?>