bug correction

This commit is contained in:
pierre renaudot
2024-01-09 10:52:03 +01:00
parent fcf292e823
commit aa49401a47
3 changed files with 11 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
require_once(__DIR__ . '/../Class/class.newFiche.php');
$typeUser = $_SESSION['uType']; //visiteur ou comptable
//$typeUser = 'comptable';//$_SESSION['uType']; //visiteur ou comptable
// $typeUser = 'comptable';//$_SESSION['uType']; //visiteur ou comptable
$userId = $_SESSION['uId']; //exemple: 'b34'
/**