a
This commit is contained in:
parent
a2418da586
commit
25e159f7d6
|
|
@ -45673,6 +45673,7 @@ function ajax_context_adherent(idBeneficiaire)
|
||||||
data: donnees,
|
data: donnees,
|
||||||
success: function(data)
|
success: function(data)
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
$("#div_context_adherent").html(data);
|
$("#div_context_adherent").html(data);
|
||||||
var aBeneficiaireRemb = $("#aBeneficiaireRemb").val();
|
var aBeneficiaireRemb = $("#aBeneficiaireRemb").val();
|
||||||
if(aBeneficiaireRemb > "0")
|
if(aBeneficiaireRemb > "0")
|
||||||
|
|
@ -45686,6 +45687,8 @@ function ajax_context_adherent(idBeneficiaire)
|
||||||
alert_ebene(v_msg, v_msgEng);
|
alert_ebene(v_msg, v_msgEng);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
window.location.assign($("#racineWeb" ).val()+"Creerdossierclassique/");
|
||||||
},
|
},
|
||||||
error: function(errorData) {
|
error: function(errorData) {
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user