a
This commit is contained in:
parent
59eec91113
commit
6a17ccbf1a
|
|
@ -33,11 +33,8 @@
|
|||
$codeActe = $prescription['codeActePrescription'];
|
||||
|
||||
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
||||
|
||||
$valeurActe = $this->nettoyer($prescription['valeurActeSeance']);
|
||||
|
||||
$prixActe = $valeurActe;
|
||||
|
||||
?>
|
||||
|
||||
<div id="content">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
echo "KANE AJAX";
|
||||
$soldeConsommation = $baremesolde['soldeConsommation'];
|
||||
$soldeNbreTransaction = $baremesolde['soldeNbreTransaction'];
|
||||
|
||||
|
|
@ -26,11 +25,13 @@ echo "KANE AJAX";
|
|||
{
|
||||
$libelleMotif = $motifStatut['libelleEng'];
|
||||
}
|
||||
|
||||
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
||||
$valeurActe = $this->nettoyer($prescription['valeurActeSeance']);
|
||||
$prixActe = $valeurActe;
|
||||
|
||||
?>
|
||||
|
||||
Ajaxprixseancesea
|
||||
|
||||
<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="prixActe" name="prixActe" value="<?= $this->nettoyer($prescription['valeurActeSeance']) ?>" >
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user