r
This commit is contained in:
parent
9eac39ad5e
commit
06f4c05ad1
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user