Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur 2017-10-27 02:12:55 +02:00
commit 5285f3ee15

View File

@ -669,6 +669,7 @@ while ($i < min($num,$limit))
$object->datee = $db->jdate($obj->date_end);
$object->statut = $obj->fk_statut;
$object->opp_status = $obj->fk_opp_status;
$object->title = $obj->title;
$userAccess = $object->restrictedProjectArea($user); // why this ?
if ($userAccess >= 0)