a
This commit is contained in:
parent
a0b9863bcc
commit
6b22f1f778
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user