From 06f4c05ad139826be7cfe243a7a70d6d64c91b24 Mon Sep 17 00:00:00 2001 From: pierre renaudot Date: Thu, 1 Feb 2024 11:12:27 +0100 Subject: [PATCH] r --- controleurs/c_nouvelleFiche.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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';