[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:45:41 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):
Go to
'''include/utils/ListViewUtils.php'''
Around line no 977 you can find the following
$accountid = $adb->query_result($list_result,$i-1,"accountid");
{{{
if(empty($accountname)) $accountname = getAccountName($accountid);
}}}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6942#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list