This commit is contained in:
KANE LAZENI 2026-07-23 22:15:07 +00:00
parent 29be5cdd5e
commit a1bacd43f2
2 changed files with 1 additions and 11 deletions

View File

@ -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();

View File

@ -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; ?>