diff --git a/controleurs/c_nouvelleFiche.php b/controleurs/c_nouvelleFiche.php index 6467eb4..86e21ef 100644 --- a/controleurs/c_nouvelleFiche.php +++ b/controleurs/c_nouvelleFiche.php @@ -1,10 +1,7 @@ getMontantValide(); */ $status = $newFiche->getStatus(); if ( - ($status['eId'] == 'CL' && $typeUser == 'comptable') + ($status['eId'] == 'CL' && $typeUser == 'comptable') || ($status['eId'] == 'CR' && $typeUser == 'visiteur') -){ +) { $disabled = ''; } else { $disabled = 'disabled';