]> _ Git - cubeextranet.git/commitdiff
wait #3739 @0:05
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 2 Oct 2020 14:03:43 +0000 (14:03 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 2 Oct 2020 14:03:43 +0000 (14:03 +0000)
inc/ws/Controlleur/class.ws.flash.php

index 344d2dce9b9080b8b66a065806e36e914fd35370..77d97ae03077f5f855ac9ad570e48fe2abfbbe21 100644 (file)
@@ -618,7 +618,7 @@ class wsFlash extends cubeFlashGateway
 
         $types = array(1, 2, 3, 4, 5, 6, 7, 11, 13, 14, 15, 16, 17, 18, 19, 24, 25);
         if (wsDroits::revendeur()) {
-            $types = array(1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 31, 33,36);
+            $types = array(1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 31, 33, 36, 40);
         }
         if (wsDroits::admin()) {
             $types = range(1, 100);