[Vtigercrm-commits] [vtiger-commits] r10629 - /vtigercrm/branches/5.0.3/modules/Contacts/Contacts.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 11 02:33:08 EDT 2007
Author: saraj
Date: Wed Apr 11 00:33:02 2007
New Revision: 10629
Log:
fix for Account Name will not be having sorting. Fixes #3368 --minnie
Modified:
vtigercrm/branches/5.0.3/modules/Contacts/Contacts.php
Modified: vtigercrm/branches/5.0.3/modules/Contacts/Contacts.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Contacts/Contacts.php (original)
+++ vtigercrm/branches/5.0.3/modules/Contacts/Contacts.php Wed Apr 11 00:33:02 2007
@@ -56,7 +56,7 @@
'Last Name' => Array('contactdetails'=>'lastname'),
'First Name' => Array('contactdetails'=>'firstname'),
'Title' => Array('contactdetails'=>'title'),
- 'Account Name' => Array('account'=>'accountname'),
+ 'Account Name' => Array('account'=>'accountid'),
'Email' => Array('contactdetails'=>'email'),
'Phone' => Array('contactdetails'=>'phone'),
'Assigned To' => Array('crmentity'=>'smownerid')
More information about the vtigercrm-commits
mailing list