drt
This commit is contained in:
parent
2dbc9f4bf9
commit
8661c5a93b
|
|
@ -1,4 +1,7 @@
|
|||
<?php
|
||||
$idBareme = $_SESSION['idBaremePriseEnCharge'];
|
||||
$libelleBareme = $_SESSION['libelleBareme'];
|
||||
|
||||
$adminSin = $_SESSION['adminSin'];
|
||||
?>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
<?php
|
||||
$idBareme = $_SESSION['idBaremePriseEnCharge'];
|
||||
$libelleBareme = $this->nettoyer($bareme['libelle']);
|
||||
|
||||
$_SESSION['libelleBareme'] = $libelleBareme;
|
||||
|
||||
$isAnglais = est_anglophone();
|
||||
|
||||
$txt_nbdetail = ($nbdetail < 10) ? "0".$nbdetail : $nbdetail;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user