Skip to content

Commit

Permalink
Update project.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jun 7, 2019
1 parent beb2a01 commit ed2d943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/projet/class/project.class.php
Expand Up @@ -1794,6 +1794,7 @@ public function load_board($user)
// For external user, no check is done on company because readability is managed by public status of project and assignement.
//$socid=$user->societe_id;

$projectsListId = null;
if (! $user->rights->projet->all->lire) $projectsListId = $this->getProjectsAuthorizedForUser($user, 0, 1);

$sql = "SELECT p.rowid, p.fk_statut as status, p.fk_opp_status, p.datee as datee";
Expand Down

0 comments on commit ed2d943

Please sign in to comment.