a
This commit is contained in:
parent
2f93922091
commit
1086a5e476
|
|
@ -55,6 +55,7 @@
|
|||
|
||||
<div id="infosacte" style='font-size:10pt;'>
|
||||
<input class="sr-only" type="number" id="prixActe" name="prixActe" value="<?= $this->nettoyer($prescription['valeurActeSeance']) ?>" >
|
||||
<input class="sr-only" type="number" id="prixSaisi" name="prixSaisi" value="<?= $this->nettoyer($prescription['valeurActeSeance']) ?>" >
|
||||
<input class="sr-only" type="number" id="valeurActe" name="valeurActe" value="<?= $this->nettoyer($prescription['valeurActeSeance']) ?>" >
|
||||
<input class="sr-only" type="number" id="aRembourser" name="aRembourser" value="<?= $this->nettoyer($prescription['montantArembourserSeance']) ?>" >
|
||||
<input class="sr-only" type="number" id="totalActe" name="totalActe" value="<?= $this->nettoyer($prescription['fraisReelSeance']) ?>" >
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user