diff --git a/Js/fonctions.js b/Js/fonctions.js
index b946ea0..2c50c49 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -26515,7 +26515,7 @@ function messageSituationProformaHospit(){
donnees = 'codeActe='+codeActe+'&datePrestation='+datePrestation;
donnees = charger_csrf_token(donnees);
- alert(donnees);
+ $("#div_statutacte").html('
' + '
');
$.ajax({
url: $("#racineWeb").val()+"Ajaxstatutacte/",
@@ -26538,10 +26538,9 @@ function messageSituationProformaHospit(){
// var donnees = 'codeActe='+codeActe+'&datePrestation='+datePrestation+'&idBeneficiaire='+idBeneficiaire;
var donnees2 = 'codeActe='+codeActe+'&datePrestation='+datePrestation;
- alert("donnees Ajaxsituationproformahospit => "+donnees2);
-
$("#div_reponse").html('' + '
');
+ /*
$.ajax({
url: $("#racineWeb").val()+"Ajaxsituationproformahospit/",
type : 'post',
@@ -26556,6 +26555,7 @@ function messageSituationProformaHospit(){
{
}
});
+ */
}
});
diff --git a/Vue/Ajaxstatutacte/index.php b/Vue/Ajaxstatutacte/index.php
index e115345..de13e9b 100755
--- a/Vue/Ajaxstatutacte/index.php
+++ b/Vue/Ajaxstatutacte/index.php
@@ -9,7 +9,6 @@
var_dump(
array(
"statut" => $statut,
- "idBeneficiaire" => $idBeneficiaire,
"idBeneficiaire_session" => $_SESSION['p_idBeneficiaire_C'],
)
);
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 95a9220..d93f273 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -885,7 +885,7 @@
-
+