From: vincent@cubedesigners.com Date: Tue, 23 Oct 2018 14:48:19 +0000 (+0000) Subject: done #2286 @0:02 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=cbef515059ba21dbb1d73617e6922032c250d42a;p=cubeextranet.git done #2286 @0:02 --- diff --git a/inc/ws/Controlleur/class.ws.flash.php b/inc/ws/Controlleur/class.ws.flash.php index 4cd843bfe..a0f9527a5 100644 --- a/inc/ws/Controlleur/class.ws.flash.php +++ b/inc/ws/Controlleur/class.ws.flash.php @@ -610,7 +610,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); + $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); } if (wsDroits::admin()) { $types = range(1, 100);