a
This commit is contained in:
parent
de2c440f06
commit
a0284eb583
|
|
@ -41,6 +41,9 @@
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
Index => NAMOGO
|
||||||
|
|
||||||
|
|
||||||
<input class="sr-only" type="text" id="statut" name="statut" value="<?= $statut ?>" >
|
<input class="sr-only" type="text" id="statut" name="statut" value="<?= $statut ?>" >
|
||||||
<input class="sr-only" type="number" id="prixBase" name="prixBase" value="<?= $this->nettoyer($prescription['prixBase']) ?>">
|
<input class="sr-only" type="number" id="prixBase" name="prixBase" value="<?= $this->nettoyer($prescription['prixBase']) ?>">
|
||||||
<input class="sr-only" type="number" id="prixActe" name="prixActe" value="<?= $this->nettoyer($prescription['valeurActeSeance']) ?>" >
|
<input class="sr-only" type="number" id="prixActe" name="prixActe" value="<?= $this->nettoyer($prescription['valeurActeSeance']) ?>" >
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user