[Vtigercrm-developers] [PATCH 4.2.3] Allow more lead columns to be sorted
Mike Fedyk
mfedyk at mikefedyk.com
Sat Feb 4 22:22:32 PST 2006
diff -dr -U2 -x config.php -x connection.php
vtiger_crm-4.2.3/modules/Leads/Lead.php
vtiger-4.2.3-testing/modules/Leads/Lead.php
--- vtiger_crm-4.2.3/modules/Leads/Lead.php 2005-12-23
03:17:24.000000000 -0800
+++ vtiger-4.2.3-testing/modules/Leads/Lead.php 2006-02-04
22:13:43.000000000 -0800
@@ -93,5 +93,5 @@
var $column_fields = Array();
- var $sortby_fields = Array('lastname','email','phone');
+ var $sortby_fields =
Array('lastname','email','phone','fax','company','leadstatus','modifiedtime','createdtime');
var $combofieldNames = Array('leadsource'=>'leadsource_dom'
More information about the vtigercrm-developers
mailing list