a
This commit is contained in:
@@ -23447,6 +23447,8 @@ function enregistrer_consultation()
|
||||
donnee_a_affciher = "";
|
||||
|
||||
donnees = 'codeActe='+codeActe+'&datePrestation='+datePrestation;
|
||||
|
||||
donnees = charger_csrf_token(donnees);
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxstatutacte/",
|
||||
@@ -23467,6 +23469,8 @@ function enregistrer_consultation()
|
||||
var libelleMotif = $("#libelleMotif").val();
|
||||
var libelleMotifEng = $("#libelleMotifEng").val();
|
||||
|
||||
alert("statut => "+statut);
|
||||
|
||||
if(statut != "1")
|
||||
{
|
||||
alert_ebene(libelleMotif, libelleMotifEng);
|
||||
@@ -28840,5 +28844,6 @@ function charger_csrf_token(v_data)
|
||||
}else{
|
||||
v_data += '&csrf_token=' + csrf_token;
|
||||
}
|
||||
alert("charger_csrf_token => "+v_data);
|
||||
return v_data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user