a
This commit is contained in:
parent
72b0250231
commit
ac6755e992
|
|
@ -63,6 +63,7 @@ class ControleurAccueilassure extends Controleur {
|
|||
$actes = null;
|
||||
}
|
||||
*/
|
||||
|
||||
$actes = null;
|
||||
|
||||
$this->adherent->controlerplafondadherentannuel($idAdherent);
|
||||
|
|
|
|||
|
|
@ -127,6 +127,13 @@
|
|||
|
||||
$pourcentage = round((100*$limite_adherent['consommation'])/$limite_adherent['plafond']);
|
||||
|
||||
$idBaremePriseEnCharge = $adherent['idBaremePriseEnCharge'];
|
||||
|
||||
var_dump(
|
||||
array(
|
||||
"idBaremePriseEnCharge" => $idBaremePriseEnCharge
|
||||
)
|
||||
)
|
||||
?>
|
||||
<input type="text" id="nomForm" name="nomForm" class="sr-only" value="frmaccueil">
|
||||
<div class="card shadow-lg border-0 mb-4" style="border-radius: 15px;">
|
||||
|
|
@ -278,6 +285,10 @@
|
|||
<span class="accordion-title"><?= _("Barème des garanties")?></span>
|
||||
<i class="accordion-icon bi bi-chevron-down"></i>
|
||||
</h2>
|
||||
|
||||
<button class="form-control gras btn btn-info" TYPE="button" onclick="javascript:consulter_detail_bareme_college(<?=$idBaremePriseEnCharge?>);" title="<?= _("Afficher le barème de prise en charge")?>">
|
||||
<?= _("Consulter Barème prise en charge") ?>
|
||||
</button>
|
||||
|
||||
<div class="accordion-content">
|
||||
<div class="legend-container d-none d-lg-inline">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user