[Vtigercrm-commits] [vtiger-commits] r9458 -	/vtigercrm/trunk/include/utils/SearchUtils.php
    vtigercrm-commits at vtiger.fosslabs.com 
    vtigercrm-commits at vtiger.fosslabs.com
       
    Tue Sep 12 17:42:02 EDT 2006
    
    
  
Author: richie
Date: Tue Sep 12 15:41:51 2006
New Revision: 9458
Log:
Handled Product Code renaming to Part No in Advanced Search
Modified:
    vtigercrm/trunk/include/utils/SearchUtils.php
Modified: vtigercrm/trunk/include/utils/SearchUtils.php
==============================================================================
--- vtigercrm/trunk/include/utils/SearchUtils.php (original)
+++ vtigercrm/trunk/include/utils/SearchUtils.php Tue Sep 12 15:41:51 2006
@@ -468,6 +468,8 @@
 		{
 			if ($i==0)
 				$OPTION_SET .= "<option value=\'".$fieldtablename.".".$fieldcolname."\' selected>".$fieldlabel."</option>";
+			elseif($fieldlabel == "Product Code")
+				$OPTION_SET .= "<option value=\'".$fieldtablename.".".$fieldcolname."\'>".$mod_strings[$fieldlabel]."</option>";
 			else
 				$OPTION_SET .= "<option value=\'".$fieldtablename.".".$fieldcolname."\'>".$fieldlabel."</option>";
 		}
    
    
More information about the vtigercrm-commits
mailing list