Hi all!
I've implemented this with calls and meetings by adding $act->sugar_bean->parent_name
in modules/calendar/templates/template_calendar.php
But the same didn't work with tasks.Code:echo "<td width="100%"> <a href="index.php?module=Calls&action=DetailView&record=". $act->sugar_bean->id."">". $app_list_strings['call_status_dom'][$act->sugar_bean->status].":". $act->sugar_bean->name. " ,".$act->sugar_bean->parent_name. "(". $timedate->to_display_time($act->sugar_bean->time_start, true, false)." )</a></td></tr>";
I've no idea why
Any advice?
Thanks


LinkBack URL
About LinkBacks




Reply With Quote
Bookmarks