a
This commit is contained in:
parent
02c71d00bc
commit
42fbc9f123
|
|
@ -42,6 +42,14 @@ class ControleurAjaxstatutacte extends Controleur {
|
|||
|
||||
$idBeneficiaire = $_SESSION['p_idBeneficiaire_C'];
|
||||
|
||||
var_dump(
|
||||
array(
|
||||
"p_idBeneficiaire_C" => $_SESSION['p_idBeneficiaire_C'],
|
||||
"p_idBeneficiaire_C" => $_SESSION['p_idBeneficiaire_C'],
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
$statut = $this->garantie->getstatutacte($idBeneficiaire, $codeActe, $codeGarantie);
|
||||
|
||||
if($statut!="1"){
|
||||
|
|
|
|||
|
|
@ -26527,7 +26527,7 @@ function messageSituationProformaHospit(){
|
|||
return;
|
||||
}
|
||||
|
||||
// ajax_beneficiaire_contexte(idBeneficiaire);
|
||||
ajax_beneficiaire_contexte(idBeneficiaire);
|
||||
|
||||
getstatutactedate(codeActe, datePrestation);
|
||||
|
||||
|
|
|
|||
|
|
@ -2,9 +2,6 @@
|
|||
$this->titre = "INTER-SANTE - proforma hospitalisation";
|
||||
|
||||
$idProforma = (isset($_SESSION['p_idProforma_C']) && $idBeneficiaire > "0") ? $_SESSION['p_idProforma_C'] : '0';
|
||||
$dateDebutProforma = (isset($_SESSION['p_dateDebutProforma_C']) && $idBeneficiaire > "0") ? dateLang($_SESSION['p_dateDebutProforma_C'], $_SESSION['p_lang']) : dateLang(date('Y-m-d'), $_SESSION['p_lang']);
|
||||
|
||||
// $numeroEntentePrealable = (isset($_SESSION['p_dateDebutProforma_C']) && $idBeneficiaire > "0") ? $_SESSION['p_numeroEntentePrealable_C'] : "0";
|
||||
$dateDebutProforma = (isset($_SESSION['p_dateDebutProforma_C']) && $idBeneficiaire > "0" && $_SESSION['p_dateDebutProforma_C']>" ") ? dateLang($_SESSION['p_dateDebutProforma_C'], $_SESSION['p_lang']) : dateLang(date('Y-m-d'), $_SESSION['p_lang']);
|
||||
|
||||
$numero = ($idProforma > "0") ? ' N°: '.$idProforma : "";
|
||||
|
|
@ -45,6 +42,7 @@
|
|||
<input class="sr-only" id="numeroEntentePrealable" name="numeroEntentePrealable" type="text" value= "<?=$numeroEntentePrealable;?>">
|
||||
|
||||
<input class="sr-only" id="idBeneficiaire" name="idBeneficiaire" type="text" value= "<?=$idBeneficiaire?>" >
|
||||
idBeneficiaire => <input type="text" value= "<?=$idBeneficiaire?>" >
|
||||
|
||||
<input type="hidden" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user