a
This commit is contained in:
parent
6612653bd6
commit
6f28f1157e
|
|
@ -212,6 +212,7 @@ class ControleurFichebeneficiaire extends Controleur {
|
|||
// if (in_array($etatDemanderecFac, ["-1", "3", "4", "5"] , true)){}
|
||||
|
||||
$prixActeModifiable = $this->detail->getPrixActeModifiableConsultation();
|
||||
$_SESSION['p_prixActeModifiableConsultation'] = $prixActeModifiable;
|
||||
|
||||
$this->genererVue(array(
|
||||
'beneficiaire' => $beneficiaire,
|
||||
|
|
|
|||
|
|
@ -21,9 +21,12 @@
|
|||
|
||||
$forfaitTm = $_SESSION['p_bareme']['bareme_forfaitTm']*1.0;
|
||||
|
||||
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
||||
// $prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
||||
$prixActeModifiable = $_SESSION['p_prixActeModifiableConsultation'];
|
||||
?>
|
||||
|
||||
prixActeModifiableAjax => <?= $prixActeModifiable ?>
|
||||
|
||||
<input class="sr-only" type="text" id="prixActe" name="prixActe" value="<?= $prixActe ?>">
|
||||
<input class="sr-only" type="text" id="prixBase" name="prixBase" value="<?= $prixBase ?>">
|
||||
<input class="sr-only" type="text" id="montantTm" name="montantTm" value="<?= $montantTm ?>">
|
||||
|
|
|
|||
|
|
@ -162,6 +162,9 @@
|
|||
}, 10000);
|
||||
</script>
|
||||
<?php endif; ?>
|
||||
|
||||
prixActeModifiableFiche => <?= $prixActeModifiable ?>
|
||||
|
||||
<INPUT class="sr-only datepicker" TYPE="text" id="debutMoisDecompte" NAME="debutMoisDecompte" value="<?= dateLang($_SESSION['p_debutMoisDecompte']) ?>" readonly>
|
||||
<INPUT class="sr-only datepicker" TYPE="text" id="finMoisDecompte" name="finMoisDecompte">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user