diff --git a/Js/fonctions.js b/Js/fonctions.js index 1ee57143..c59741b9 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -46766,7 +46766,7 @@ function afficher_liste_garants() { const libelle = $("#libelle").val(); const codeGcAssureur = $("#codeGcAssureur").val(); const racineWeb = $("#racineWeb").val(); - const lang = $("#codeLangue").val(); + const codeLangue = $("#codeLangue").val(); // 2. Préparation des données (Objet propre) @@ -46796,7 +46796,7 @@ function afficher_liste_garants() { // Injection des résultats $("#div_gcs").html(data); - let $titre = (lang == 'en_US') ? 'Filtered List of Guarantors' : 'Liste Filtrée de Garants'; + let $titre = (codeLangue === "en_US") ? 'Filtered List of Guarantors' : 'Liste Filtrée de Garants'; // Initialisation DataTables Standard Neutral Pro if (typeof initSmartTable === 'function') { @@ -76736,16337 +76736,4 @@ function inserer_bareme_acte_lienparente_college() codeLienParenteActeLienParente = $("#codeLienParenteActeLienParente").val(); forfaitPlafondActeLienParente = $("#forfaitPlafondActeLienParente").val(); codePeriodicitePlafondActeLienParente = $("#codePeriodicitePlafondActeLienParente").val(); - nbreTransactionActeLienParente = $("#nbreTransactionActeLienParente").val(); - codePeriodiciteActeLienParente = $("#codePeriodiciteActeLienParente").val(); - codeTypeRemboursementActeLienParente = $("#codeTypeRemboursementActeLienParente").val(); - delaiCarenceActeLienParente = $("#delaiCarenceActeLienParente").val(); - ticketModerateurActeLienParente = $("#ticketModerateurActeLienParente").val(); - ageMinimumActeLienParente = $("#ageMinimumActeLienParente").val(); - ageMaximumActeLienParente = $("#ageMaximumActeLienParente").val(); - actifActeLienParente = $("#actifActeLienParente").val(); - - forfaitTmActeLienParente = $("#forfaitTmActeLienParente").val(); - - forfaitPlafondActeLienParente = forfaitPlafondActeLienParente.replace(/ /g,""); - forfaitTmActeLienParente = forfaitTmActeLienParente.replace(/ /g,""); - - if(codeActeLienParente <=" "){ - - v_msg="Veuillez entrer un acte!"; - v_msgEng="Please enter an act!"; - alert_ebene(v_msg, v_msgEng); - - $("#codeActeLienParente").focus(); - return; - - } - - if(dateEffetActeLienParente <= " "){ - - v_msg="Veuillez entrer une date d'effet!"; - v_msgEng="Please enter an effective date!"; - alert_ebene(v_msg, v_msgEng); - - $("#dateEffetActeLienParente").focus(); - return; - - } - - if(codeLienParenteActeLienParente <= " "){ - - v_msg="Veuillez entrer le lien de parenté!"; - v_msgEng="Please enter the relationship!"; - alert_ebene(v_msg, v_msgEng); - - $("#codeLienParenteActeLienParente").focus(); - return; - - } - - if(actifActeLienParente <= " "){ - - v_msg="Veuillez indiquer le statut de cet barème!"; - v_msgEng="Please indicate the status of this scale!"; - alert_ebene(v_msg, v_msgEng); - - $("#actifActeLienParente").focus(); - return; - - } - - $("#div_actes_lienparente").html('
- ${(codeLangue === "en_US") ? "Sending WhatsApp message..." : "Envoi du message WhatsApp..."} -
-Veuillez sélectionner un produit.