[Vtigercrm-commits] [vtiger development] #6942: Account name is not showing for GLOBAL SEARCH.
vtiger development
vtiger-tickets at trac.vtiger.com
Mon Feb 14 22:47:55 PST 2011
#6942: Account name is not showing for GLOBAL SEARCH.
--------------------------+-------------------------------------------------
Reporter: soumyabrata | Owner: developer
Type: defect | Status: new
Priority: critical | Milestone: 5.2.0
Component: vtigercrm | Version: 5.2.0
Resolution: | Keywords: Global Search, Accounts, Contacts
--------------------------+-------------------------------------------------
Comment (by pratim):
Sorry for the incomplete information in the first comment . IN the file
include/utils/ListViewUtils.php You should add
{{{
if(empty($accountname)) $accountname = getAccountName($accountid);
}}}
after
{{{
$accountid = $adb->query_result($list_result,$i-1,"accountid");
}}}
Take the back up of the file before applying changes.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6942#comment:2>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list