Fix: Missing condition on project
This commit is contained in:
parent
8d4ea5c0af
commit
a6c6efd5b0
@ -548,7 +548,7 @@ class Task extends CommonObject
|
||||
if ($projectid)
|
||||
{
|
||||
if ($userp) $sql.= " AND pt.rowid = ".$projectid;
|
||||
//if ($usert) $sql.= " AND pt.fk_projet = ".$projectid;
|
||||
if ($usert) $sql.= " AND pt.fk_projet = ".$projectid;
|
||||
}
|
||||
if ($taskid)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user