a
This commit is contained in:
parent
dc3743440d
commit
302e69ca0c
|
|
@ -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"){
|
||||
|
|
|
|||
|
|
@ -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"):?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user