fix for missing projectmanagerlinks in timesheet (tracker #1876)

This commit is contained in:
Klaus Leithoff 2009-01-16 09:45:16 +00:00
parent 5ed6981210
commit 662f0fc707

View File

@ -504,7 +504,8 @@ class timesheet_ui extends timesheet_bo
$rows = $ids;
return $this->total; // no need to set other fields or $readonlys
}
$links = egw_link::get_links_multiple(TIMESHEET_APP,$ids,true,'projectmanager'); // only check for pm links!
#$links = egw_link::get_links_multiple(TIMESHEET_APP,$ids,true,'projectmanager'); // only check for pm links!
$links = egw_link::get_links_multiple(TIMESHEET_APP,$ids,true);
unset($query['col_filter'][0]);