mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge pull request #8730 from atm-arnaud/FIX_project_list_label
FIX label in getnomurl projectlist
This commit is contained in:
commit
8b4b786969
|
|
@ -668,6 +668,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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user