a
This commit is contained in:
parent
fb2bedd0e7
commit
5186d3e4b4
|
|
@ -730,6 +730,7 @@ class ControleurConnexion extends Controleur
|
|||
|
||||
$_SESSION['p_prestationPossibleEncaissement'] = "0";
|
||||
|
||||
$_SESSION['p_prixActeModifiable'] = $utilisateur['prixActeModifiable'];
|
||||
|
||||
if(($motCourt===true) or ($changerMotPassDefaut===true) or ($passExpired===true))
|
||||
{
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ require_once 'Modele/Societeusercentral.php';
|
|||
private $garantie;
|
||||
private $societeusercentral;
|
||||
|
||||
private $menuvue;
|
||||
private $menuvue;
|
||||
public function __construct()
|
||||
{
|
||||
$this->utilisateur = new Utilisateur();
|
||||
|
|
@ -512,6 +512,8 @@ require_once 'Modele/Societeusercentral.php';
|
|||
//var_dump($_SESSION); //p_modeSaisieFacture
|
||||
$_SESSION['dureeSession'] = $dureeSession;
|
||||
$_SESSION['p_prestationPossibleEncaissement'] = "0";
|
||||
|
||||
$_SESSION['p_prixActeModifiable'] = $utilisateur['prixActeModifiable'];
|
||||
|
||||
switch ($codeProfil)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -152,3 +152,7 @@ if ($_SESSION['p_modeSaisieFacture']=="1" ): ?>
|
|||
<!-- Ajout du 07/03/2025 -->
|
||||
<input class="sr-only" type="text" id="fingerActif" name="fingerActif" value="<?= $_SESSION['p_fingerActif'] ?>" >
|
||||
<input class="sr-only" type="text" id="faceActifGabarit" name="faceActifGabarit" value="<?= $_SESSION['p_faceActif'] ?>" >
|
||||
|
||||
<!-- Ajout KANE du 09/03/2026 -->
|
||||
<input class="sr-only" type="text" id="prixActeModifiable" name="prixActeModifiable" value="<?= $_SESSION['p_prixActeModifiable'] ?>" >
|
||||
<input type="text" value="<?= $_SESSION['p_prixActeModifiable'] ?>" >
|
||||
|
|
|
|||
|
|
@ -647,21 +647,11 @@
|
|||
<div id="div_test_gabarit">
|
||||
|
||||
<?php
|
||||
/*
|
||||
$err_report = ini_get('error_reporting');
|
||||
$disp_err = ini_get('display_errors');
|
||||
|
||||
var_dump(
|
||||
array(
|
||||
// "codeGcAssureurDefaut" => $_SESSION['codeGcAssureurDefaut'],
|
||||
// "codeGcAssureur_C" => $_SESSION['codeGcAssureur_C'],
|
||||
// "dossierSociete" => $_SESSION['dossierSociete'],
|
||||
// "bdTests" => $_SESSION['p_bdTests_C'],
|
||||
// "err_report" => $err_report,
|
||||
// "disp_err" => $disp_err,
|
||||
"prixActeModifiable" => $_SESSION['p_prixActeModifiable'],
|
||||
)
|
||||
);
|
||||
*/
|
||||
?>
|
||||
|
||||
<?= $contenu ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user