FIX Filter on project on ticket list

This commit is contained in:
Laurent Destailleur 2019-10-01 12:36:22 +02:00
parent b08df75adb
commit 800da4f30a

View File

@ -131,6 +131,13 @@ if (!$user->rights->ticket->read) {
// Store current page url
$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;
}
/*