This commit is contained in:
KANE LAZENI 2026-07-06 11:57:54 +00:00
parent 34e90f8f6e
commit 45ad8232fb
2 changed files with 10 additions and 3 deletions

View File

@ -55,7 +55,6 @@ class Feuillemaladie extends Modele {
public function getfeuillemaladie($numeroFeuilleMaladie)
{
$sql = 'call sp_p_get_feuille_maladie(?);';
$feuillemaladie = $this->executerRequete($sql, array($numeroFeuilleMaladie));

View File

@ -80,8 +80,16 @@
$contestation = $this->nettoyer($feuillemaladie['contestation']);
$noPrescription = $this->nettoyer($feuillemaladie['noPrescription']);
$nbMedicamentsPrescrits = $this->nettoyer($feuillemaladie['nbMedicamentsPrescrits']);
var_dump
(
array(
"noPrescription" => $noPrescription,
"nbMedicamentsPrescrits" => $nbMedicamentsPrescrits,
)
);
?>
<button type="button" class="sr-only" id="btn_refresh" name="btn_refresh" onClick="javascript:feuillemaladie();" > </button>
@ -490,7 +498,7 @@
<td> </td>
<td colspan="1">
<?php if ($facture=="0" && $noPrescription=="0") : ?>
<?php if ($facture=="0" && $nbMedicamentsPrescrits=="0") : ?>
<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>