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