a
This commit is contained in:
parent
87f73a81b8
commit
0fa459c5e9
|
|
@ -23,11 +23,11 @@ class ControleurAjaxsituationproformahospit extends Controleur {
|
|||
|
||||
$this->garantie->getsourcebaremegarantienew($idBeneficiaire, $codeGarantie, $datePrestation);
|
||||
|
||||
echo "après getsourcebaremegarantienew";
|
||||
exit();
|
||||
|
||||
$statut = $this->garantie->getstatutproformahospit($idBeneficiaire, $codeActe, $codeGarantie, $datePrestation);
|
||||
|
||||
echo "après getstatutproformahospit";
|
||||
exit();
|
||||
|
||||
$this->genererVueAjax(array('statut' => $statut));
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user