diff --git a/Controleur/ControleurAjaxsituationproformahospit.php b/Controleur/ControleurAjaxsituationproformahospit.php index 0c6ce6c..d3b3874 100755 --- a/Controleur/ControleurAjaxsituationproformahospit.php +++ b/Controleur/ControleurAjaxsituationproformahospit.php @@ -23,6 +23,9 @@ class ControleurAjaxsituationproformahospit extends Controleur { $this->garantie->getsourcebaremegarantienew($idBeneficiaire, $codeGarantie, $datePrestation); + echo "après getsourcebaremegarantienew"; + exit(); + $statut = $this->garantie->getstatutproformahospit($idBeneficiaire, $codeActe, $codeGarantie, $datePrestation); $this->genererVueAjax(array('statut' => $statut)); diff --git a/Js/fonctions.js b/Js/fonctions.js index ae86868..b323bed 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -26543,9 +26543,6 @@ function messageSituationProformaHospit(){ getstatutactedate(codeActe, datePrestation); - alert("avant Ajaxsituationproformahospit"); - return; - var donnees = 'codeActe='+codeActe+'&datePrestation='+datePrestation+'&idBeneficiaire='+idBeneficiaire; $("#div_reponse").html('
' + '
');