FIX Filter on project on ticket list
This commit is contained in:
parent
b08df75adb
commit
800da4f30a
@ -131,6 +131,13 @@ if (!$user->rights->ticket->read) {
|
|||||||
// Store current page url
|
// Store current page url
|
||||||
$url_page_current = dol_buildpath('/ticket/list.php', 1);
|
$url_page_current = dol_buildpath('/ticket/list.php', 1);
|
||||||
|
|
||||||
|
if ($project_ref)
|
||||||
|
{
|
||||||
|
$tmpproject = new Project($db);
|
||||||
|
$tmpproject->fetch(0, $project_ref);
|
||||||
|
$projectid = $tmpproject->id;
|
||||||
|
$search_fk_project = $projectid;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user