diff --git a/Js/fonctions.js b/Js/fonctions.js index ea5e27ce..ab309ceb 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -62020,6 +62020,7 @@ function detail_baremepriseencharge(idBaremePriseEnCharge) * Gère l'affichage de la Section 1 : Standard de la Famille */ function afficherMasquerGarantiesBareme() { + debugger; // 1. Récupérer l'état actuel var masquerGarantie = $("#masquerGarantie").val(); if (masquerGarantie == undefined) { masquerGarantie = "1"; }