Set lank projectmanager link as pm_id. Fix timesheet project field does not show linked project link as pre-selected project

This commit is contained in:
Hadi Nategh 2016-08-25 18:11:21 +02:00
parent c68be51583
commit 25416167d9

View File

@ -338,6 +338,7 @@ class timesheet_ui extends timesheet_bo
switch ($link_app)
{
case 'projectmanager':
$content['pm_id'] = $link_id;
$links[] = $link_id;
// fall-through;
default: