This commit is contained in:
pierre renaudot 2024-02-01 11:12:27 +01:00
parent 9eac39ad5e
commit 06f4c05ad1

View File

@ -1,10 +1,7 @@
<?php
/**
* sudo date --set "YYYY-MM-DD HH:MM:SS"
* sudo apt install php8.2-intl
* sudo service apache2 restart
*/
require_once(__DIR__ . '/../Class/class.newFiche.php');
$typeUser = $_SESSION['uType']; //visiteur ou comptable
@ -83,7 +80,7 @@ $status = $newFiche->getStatus();
if (
($status['eId'] == 'CL' && $typeUser == 'comptable')
|| ($status['eId'] == 'CR' && $typeUser == 'visiteur')
){
) {
$disabled = '';
} else {
$disabled = 'disabled';