a
This commit is contained in:
parent
1ac0f5f8d0
commit
e82aa45c5a
|
|
@ -26520,6 +26520,7 @@ function messageSituationProformaHospit(){
|
|||
return;
|
||||
}
|
||||
|
||||
alert("idBeneficiaire => "+idBeneficiaire);
|
||||
ajax_beneficiaire_contexte(idBeneficiaire);
|
||||
|
||||
getstatutactedate(codeActe, datePrestation);
|
||||
|
|
@ -26537,16 +26538,13 @@ function messageSituationProformaHospit(){
|
|||
success: function(data)
|
||||
{
|
||||
$("#div_reponse").html(data);
|
||||
|
||||
},
|
||||
complete: function(data)
|
||||
{
|
||||
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
function ajaxbeneficiairecouvert(id)
|
||||
{
|
||||
donnees = "idBeneficiaire="+id;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user