z
This commit is contained in:
parent
4f78ebb5c7
commit
87f73a81b8
|
|
@ -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));
|
||||
|
|
|
|||
|
|
@ -26543,9 +26543,6 @@ function messageSituationProformaHospit(){
|
|||
|
||||
getstatutactedate(codeActe, datePrestation);
|
||||
|
||||
alert("avant Ajaxsituationproformahospit");
|
||||
return;
|
||||
|
||||
var donnees = 'codeActe='+codeActe+'&datePrestation='+datePrestation+'&idBeneficiaire='+idBeneficiaire;
|
||||
|
||||
$("#div_reponse").html('<div style="text-align:center; color: #4caf50 ; font-size:14px;"><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user