diff --git a/Controleur/ControleurConnexion.php b/Controleur/ControleurConnexion.php index 6f17324..63648a2 100755 --- a/Controleur/ControleurConnexion.php +++ b/Controleur/ControleurConnexion.php @@ -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)) { diff --git a/Controleur/ControleurConnexiondecompte.php b/Controleur/ControleurConnexiondecompte.php index b160645..de819fb 100755 --- a/Controleur/ControleurConnexiondecompte.php +++ b/Controleur/ControleurConnexiondecompte.php @@ -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) { diff --git a/Vue/Ajaxgabarit/index.php b/Vue/Ajaxgabarit/index.php index 9a546b5..6074d91 100755 --- a/Vue/Ajaxgabarit/index.php +++ b/Vue/Ajaxgabarit/index.php @@ -152,3 +152,7 @@ if ($_SESSION['p_modeSaisieFacture']=="1" ): ?> + + + + diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 2484c64..38255db 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -647,21 +647,11 @@
$_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'], ) ); - */ ?>