diff --git a/Js/fonctions.js b/Js/fonctions.js
index e35abf9..b36cabc 100644
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -45673,27 +45673,11 @@ function ajax_context_adherent(idBeneficiaire)
data: donnees,
success: function(data)
{
- /*
- $("#div_context_adherent").html(data);
- var aBeneficiaireRemb = $("#aBeneficiaireRemb").val();
- if(aBeneficiaireRemb > "0")
- {
- window.location.assign($("#racineWeb" ).val()+"Creerdossierclassique/");
-
- }else{
- v_msg="Aucun bénéficiaire de remboursement n'est enregistré pour cet assuré!";
- v_msgEng="No reimbursement beneficiary is registered for this insured";
-
- alert_ebene(v_msg, v_msgEng);
- return;
- }
- */
window.location.assign($("#racineWeb" ).val()+"Creerdossierclassique/");
},
error: function(errorData) {
},
- complete: function() {
-
+ complete: function() {
}
});
}
\ No newline at end of file
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 26429ca..08203ab 100644
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -261,7 +261,7 @@ controlerPlafondBeneficiaire : = $_SESSION['controlerPlafondBeneficiaire'] ?>
-
+