a
This commit is contained in:
parent
29be5cdd5e
commit
a1bacd43f2
|
|
@ -89,18 +89,8 @@ class ControleurProformahospitalisation extends Controleur {
|
|||
$idProforma = isset($_SESSION['p_idProforma_C']) ? $_SESSION['p_idProforma_C'] : '0';
|
||||
|
||||
if($idProforma > "0" && $idBeneficiaire > "0"){
|
||||
|
||||
echo "idProforma => $idProforma";
|
||||
exit();
|
||||
|
||||
$this->prestation->getenteteproformahospitalisation($idProforma);
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "Pas de Proforma";
|
||||
exit();
|
||||
}
|
||||
|
||||
|
||||
$affections = $this->affection->getListes();
|
||||
$actesChambre = $this->feuillemaladie->getActeChambreHospitalisation();
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
statut => <? $statut ?>
|
||||
<?php if ($statut == "1") : ?>
|
||||
statut => <? $statut ?>
|
||||
<button type="button" class="form-control btn btn-primary" style='font-size:12pt;' onclick="javascript:enregistrer_entete_hospitalisation_proforma();"> <?= _("Enregistrer Entête") ?> </button>
|
||||
<?php endif; ?>
|
||||
Loading…
Reference in New Issue
Block a user