This commit is contained in:
KANE LAZENI 2026-06-26 14:14:36 +00:00
parent f68b74ef2b
commit 16073a8e21
2 changed files with 4 additions and 5 deletions

View File

@ -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);

View File

@ -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>