[Vtigercrm-developers] [PATCH 4.2.3] Allow more lead columns to be sorted
Mike Fedyk
mfedyk at mikefedyk.com
Sun Feb 19 02:07:07 PST 2006
Committed.
Mike Fedyk wrote:
>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'
>
>_______________________________________________
>vtigercrm-developers mailing list
>vtigercrm-developers at lists.vtigercrm.com
>http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-developers
>
>
>
More information about the vtigercrm-developers
mailing list