[Vtigercrm-commits] [vtiger development] #5247: Global Search -> Not searching the Account name field of contacts
vtiger development
vtiger-tickets at trac.vtiger.com
Fri Mar 28 06:26:17 EDT 2008
#5247: Global Search -> Not searching the Account name field of contacts
------------------------+---------------------------------------------------
Reporter: srini | Owner: developer
Type: defect | Status: new
Priority: major | Milestone: 5.1.0
Component: vtigercrm | Version:
Resolution: | Keywords:
------------------------+---------------------------------------------------
Comment (by srini):
Fix for this ticket:
In modules/Home/UnifiedSearch.php file at the function getUnifiedWhere
function add the following condition inside the for loop.
{{{
if($module == 'Contacts' && $columnname == 'accountid')
{
$columnname = "accountname";
$tablename = "vtiger_account";
}
}}}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5247#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list