a
This commit is contained in:
parent
fad2c5e24b
commit
ba8e4df5bf
|
|
@ -32,6 +32,9 @@
|
||||||
$specialite = $this->nettoyer($v['specialite']);
|
$specialite = $this->nettoyer($v['specialite']);
|
||||||
$demandeExpiree = $this->nettoyer($v['demandeExpiree']);
|
$demandeExpiree = $this->nettoyer($v['demandeExpiree']);
|
||||||
|
|
||||||
|
$idBeneficiaire = $this->nettoyer($v['idBeneficiaire']);
|
||||||
|
$numeroBeneficiaire = $this->nettoyer($v['numeroBeneficiaire']);
|
||||||
|
|
||||||
if($effectuee=="1"){
|
if($effectuee=="1"){
|
||||||
if (est_anglophone()){
|
if (est_anglophone()){
|
||||||
$demandeEffectuee = "Yes";
|
$demandeEffectuee = "Yes";
|
||||||
|
|
@ -56,7 +59,7 @@
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<td align='center'>
|
<td align='center'>
|
||||||
<button class="btn btn-primary" data-toggle="tooltip" data-placement="bottom" title="Cliquer ici pour la fiche assuré"
|
<button class="btn btn-primary" data-toggle="tooltip" data-placement="bottom" title="Cliquer ici pour la fiche assuré"
|
||||||
onClick="">
|
onClick="javascript:selectionner_beneficiaire(<?= $idBeneficiaire ?>,'<?= $numeroBeneficiaire ?>');javascript:afficher_beneficiaire_id();">
|
||||||
<i class= "fa fa-address-book-o"> </i> <?= $numeroDemandeConsultation ?>
|
<i class= "fa fa-address-book-o"> </i> <?= $numeroDemandeConsultation ?>
|
||||||
</button>
|
</button>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user