[Vtigercrm-commits] [vtiger-commits] r11127 - /vtigercrm/branches/5.0.3/Smarty/templates/ListView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue May 29 08:34:50 EDT 2007


Author: richie
Date: Tue May 29 06:34:43 2007
New Revision: 11127

Log:
added the criteria's for type of data NN

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/ListView.tpl

Modified: vtigercrm/branches/5.0.3/Smarty/templates/ListView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ListView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ListView.tpl Tue May 29 06:34:43 2007
@@ -21,6 +21,7 @@
 typeofdata['E'] = ['is','isn','bwt','ewt','cts','dcts'];
 typeofdata['V'] = ['is','isn','bwt','ewt','cts','dcts'];
 typeofdata['N'] = ['is','isn','lst','grt','lsteq','grteq'];
+typeofdata['NN'] = ['is','isn','lst','grt','lsteq','grteq'];
 typeofdata['T'] = ['is','isn','lst','grt','lsteq','grteq'];
 typeofdata['I'] = ['is','isn','lst','grt','lsteq','grteq'];
 typeofdata['C'] = ['is','isn'];





More information about the vtigercrm-commits mailing list