[Vtigercrm-commits] [vtiger development] #6150: Documents(Attachments) not showing in Faq
vtiger development
vtiger-tickets at trac.vtiger.com
Mon Jul 13 04:24:25 EDT 2009
#6150: Documents(Attachments) not showing in Faq
------------------------+---------------------------------------------------
Reporter: vikas | Owner: vikas
Type: defect | Status: new
Priority: minor | Milestone: 5.1.0
Component: vtigercrm | Version: 5.1.0-rc
Resolution: | Keywords:
------------------------+---------------------------------------------------
Comment (by vikas):
Solution :
add this piece of code in modules/Faq/DetailView.php file
if($singlepane_view == 'true')
{
$related_array = getRelatedLists($currentModule,$focus);
$smarty->assign("RELATEDLISTS", $related_array);
}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6150#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list