This commit is contained in:
KANE LAZENI 2026-07-25 09:20:11 +00:00
parent 6b22f1f778
commit 571fdda334

View File

@ -88,6 +88,7 @@
{
$specialite = $this->nettoyer($feuillemaladie['specialiteEng']);
}
var_dump(
array(
"noPrescription" => $noPrescription,
@ -503,7 +504,7 @@
<td> </td>
<td colspan="1">
<?php if ($facture=="0" && $nbMedicamentsPrescrits=="0" $noPrescription!="1") : ?>
<?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>