]> _ Git - cubeextranet.git/commitdiff
wip #5220 @0.25
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 2 May 2022 13:23:33 +0000 (13:23 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 2 May 2022 13:23:33 +0000 (13:23 +0000)
inc/ws/Metier/class.ws.document.php

index 2ce210da83ce7f1ad001b1a55dad53f1c9436a77..3d73abd9aef2fdd5151b231cc26ed6d0c8115b07 100644 (file)
@@ -508,7 +508,7 @@ class wsDocument extends cubeMetier
     public static function isFarmUser()
     {
         global $core;
-        $farmTesters = [3, 5];
+        $farmTesters = [2, 3, 5];
         return in_array($core->user->utilisateur_id, $farmTesters);
     }