[Vtigercrm-commits] [vtiger development] #6278: Alphabetically search not working for Products module
vtiger development
vtiger-tickets at trac.vtiger.com
Fri Aug 28 15:38:49 EDT 2009
#6278: Alphabetically search not working for Products module
------------------------+---------------------------------------------------
Reporter: asha | Owner: developer
Type: defect | Status: new
Priority: major | Milestone: 5.2.0
Component: vtigercrm | Version: 5.1.0
Resolution: | Keywords:
------------------------+---------------------------------------------------
Comment (by asha):
Following line of code needs to be added to modules/Products/Products.php
{{{
// For Alphabetical search
var $def_basicsearch_col = 'productname';
}}}
around line 68, after the following line:
{{{
var $sortby_fields = Array();
}}}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6278#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list