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