[Vtigercrm-commits] [vtiger-commits] r7046 - in /vtigercrm/trunk/modules: Leads/Lead.php Products/Product.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Jun 13 09:55:57 EDT 2006


Author: saraj
Date: Tue Jun 13 07:55:51 2006
New Revision: 7046

Log:
Removed the combofieldname var from module.php files - ahmed

Modified:
    vtigercrm/trunk/modules/Leads/Lead.php
    vtigercrm/trunk/modules/Products/Product.php

Modified: vtigercrm/trunk/modules/Leads/Lead.php
==============================================================================
--- vtigercrm/trunk/modules/Leads/Lead.php (original)
+++ vtigercrm/trunk/modules/Leads/Lead.php Tue Jun 13 07:55:51 2006
@@ -36,22 +36,12 @@
 
 	var $entity_table = "vtiger_crmentity";
 	var $table_name = "vtiger_leaddetails";
-
 	var $object_name = "Lead";
-
 	var $new_schema = true;
 
 	//construct this from database;	
 	var $column_fields = Array();
-
 	var $sortby_fields = Array('lastname','firstname','email','phone','company','smownerid','website');
-
-	var $combofieldNames = Array('leadsource'=>'leadsource_dom'
-	,'salutation'=>'salutation_dom'
-	,'status'=>'leadstatus_dom'
-	,'industry'=>'industry_dom'
-	,'rating'=>'rating_dom'
-	,'licencekey'=>'licensekey_dom');
 
 	// This is used to retrieve related vtiger_fields from form posts.
 	var $additional_column_fields = Array('smcreatorid', 'smownerid', 'contactid','potentialid' ,'crmid');

Modified: vtigercrm/trunk/modules/Products/Product.php
==============================================================================
--- vtigercrm/trunk/modules/Products/Product.php (original)
+++ vtigercrm/trunk/modules/Products/Product.php Tue Jun 13 07:55:51 2006
@@ -80,9 +80,6 @@
                                         'Unit Price'=>'unit_price'
                                      );
 	
-	var $combofieldNames = Array('manufacturer'=>'manufacturer_dom'
-                      ,'productcategory'=>'productcategory_dom');
-
 	//Added these variables which are used as default order by and sortorder in ListView
 	var $default_order_by = 'productname';
 	var $default_sort_order = 'ASC';





More information about the vtigercrm-commits mailing list