This commit is contained in:
KANE LAZENI 2026-07-25 09:19:04 +00:00
parent a0b9863bcc
commit 6b22f1f778
2 changed files with 6 additions and 9 deletions

View File

@ -88,6 +88,11 @@
{
$specialite = $this->nettoyer($feuillemaladie['specialiteEng']);
}
var_dump(
array(
"noPrescription" => $noPrescription,
)
);
?>
<button type="button" class="sr-only" id="btn_refresh" name="btn_refresh" onClick="javascript:feuillemaladie();" > </button>
@ -498,7 +503,7 @@
<td> </td>
<td colspan="1">
<?php if ($facture=="0" && $nbMedicamentsPrescrits=="0") : ?>
<?php if ($facture=="0" && $nbMedicamentsPrescrits=="0" $noPrescription!="1") : ?>
<button style='font-size:10pt;' type="button" class="form-control btn btn-info" onclick="javascript:no_presciption();" style='font-size:10pt;'>
<span><?= _("Sans Médicaments") ?></span>
</button>

View File

@ -23,14 +23,6 @@
$etatbeneficiaire = $_SESSION['p_etatbeneficiaire_P'];
$token = $_SESSION['csrf_token_submieted'];
var_dump(
array(
"p_okId_face" => $_SESSION['p_okId_face'],
"p_faceActif" => $_SESSION['p_faceActif'],
)
);
?>
<legend> <?= _("Proforma d'hospitalisation chirurgicale").$numero ?> </legend>