Is there any way to get the DUE TIME for each task displayed in the "My open tasks" pane in the Home Module?
Thanks a lot for your help.
Is there any way to get the DUE TIME for each task displayed in the "My open tasks" pane in the Home Module?
Thanks a lot for your help.
open modules/Tasks/Dashlets/MyTasksDashlet/MyTaskDashlet.data.php and add the lines betweeen //KUSKE in the following snippet.
PHP Code:'date_due' => array('width' => '15',
'label' => 'LBL_DUE_DATE',
'default' => true),
//KUSKE
'time_due' => array('width' => '15',
'label' => 'LBL_DUE_TIME',
'default' => true),
//KUSKE
Harald Kuske
Pre-Sales Engineer Central Europe
SUGARCRM Deutschland GmbH
Erika-Mann-Str. 53, 80636 Munich, Germany
Email: hkuske@sugarcrm.com
Home: http://www.sugarcrm.com
Thanks a lot! I'll try it out.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks