a
This commit is contained in:
parent
f68b74ef2b
commit
16073a8e21
|
|
@ -462,12 +462,9 @@ class Beneficiaire extends Modele {
|
|||
public function getContexteBeneficiaireId($idBeneficiaire)
|
||||
{
|
||||
$codePrestataire = $_SESSION['p_codePrestataire_C'];
|
||||
|
||||
|
||||
|
||||
$sql = 'call sp_p_get_beneficiaire_id(?, ?);';
|
||||
|
||||
//var_dump($idBeneficiaire, $codePrestataire);die();
|
||||
|
||||
$resultat = $this->executerRequete($sql, array($idBeneficiaire, $codePrestataire));
|
||||
$context = $resultat->fetch(PDO::FETCH_ASSOC);
|
||||
|
||||
|
|
|
|||
|
|
@ -359,7 +359,9 @@
|
|||
<tr>
|
||||
<td colspan="7">
|
||||
<div id="div_taux">
|
||||
<button style='font-size:12pt; font-weight: bold; background-color:#f5deb3; color:#a0522d;' class="form-control btn" TYPE="text"> <?= _("TAUX DE COUVERTURE") ?> :<?= $_SESSION['p_tauxdecouverture_C'];?> %</button>
|
||||
<button style='font-size:12pt; font-weight: bold; background-color:#f5deb3; color:#a0522d;' class="form-control btn" TYPE="text"> <?= $beneficiaire['tm'] ?> :<?= $_SESSION['p_tauxdecouverture_C'];?> %</button>
|
||||
<!-- <button style='font-size:12pt; font-weight: bold; background-color:#f5deb3; color:#a0522d;' class="form-control btn" TYPE="text"> <?= _("TAUX DE COUVERTURE") ?> :<?= $_SESSION['p_tauxdecouverture_C'];?> %</button> -->
|
||||
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user