This commit is contained in:
KONE SOREL 2026-03-23 11:01:33 +00:00
parent bae46aa358
commit 7d3fecd3b3

View File

@ -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"; }