From 97e62f5cc0cc3eec08fdfeba30d1528e5a6661eb Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Sun, 15 Mar 2026 11:55:39 +0000 Subject: [PATCH] fgh --- Js/fonctions.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 22faf99b..7acc1e34 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -85845,7 +85845,16 @@ function modifier_param_fact_garant(superUser) return; } - window.location.assign($("#racineWeb" ).val()+"Paramfacturegarant/"); + v_msg="Etes-vous sûr de vouloir modifier ces paramètres ?"; + v_msgEng="Are you sure you want to change these settings?"; + + confirm_ebene(v_msg, v_msgEng) + .then((isConfirmed) => { + if (isConfirmed) { + window.location.assign($("#racineWeb" ).val()+"Paramfacturegarant/"); + } + }); + } function consulter_param_fact_garant()