a
This commit is contained in:
parent
ccb73faded
commit
578fe6ca79
|
|
@ -8,9 +8,6 @@
|
|||
$idCollege = $_SESSION['p_idCollege_C'];
|
||||
|
||||
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
||||
|
||||
$valeurActe = $this->nettoyer($prestation['valeurActe']);
|
||||
|
||||
?>
|
||||
<input class="sr-only" id="bool" name="bool" type="text" value= "<?= $_SESSION['bool'] ?>">
|
||||
|
||||
|
|
@ -79,7 +76,8 @@
|
|||
|
||||
$tarif = $this->nettoyer($prestation['tarif']);
|
||||
|
||||
$prixTarif = $this->nettoyer($prestation['prixTarif']);
|
||||
$prixTarif = $this->nettoyer($prestation['prixTarif']);
|
||||
$valeurActe = $this->nettoyer($prestation['valeurActe']);
|
||||
|
||||
$ententePrealable = $this->nettoyer($prestation['ententePrealable']);
|
||||
$envoyeSms = $this->nettoyer($prestation['envoyeSms']);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user