[Vtigercrm-commits] [vtiger-commits] r9899 - in /vtigercrm/branches/5.0.3/modules: Products/language/en_us.lang.php Users/DefaultDataPopulator.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Nov 23 09:54:12 EST 2006


Author: richie
Date: Thu Nov 23 07:54:07 2006
New Revision: 9899

Log:
Renamed Product Code to Part Number during table creation

Modified:
    vtigercrm/branches/5.0.3/modules/Products/language/en_us.lang.php
    vtigercrm/branches/5.0.3/modules/Users/DefaultDataPopulator.php

Modified: vtigercrm/branches/5.0.3/modules/Products/language/en_us.lang.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Products/language/en_us.lang.php (original)
+++ vtigercrm/branches/5.0.3/modules/Products/language/en_us.lang.php Thu Nov 23 07:54:07 2006
@@ -94,7 +94,8 @@
 
 //Added for 4GA
 'Product Name'=>'Product Name',
-'Product Code'=>'Part Number',
+//'Product Code'=>'Part Number',
+'Part Number'=>'Part Number',
 'Product Active'=>'Product Active',
 'Commission Rate'=>'Commission Rate (%)',
 'Qty/Unit'=>'Qty/Unit',

Modified: vtigercrm/branches/5.0.3/modules/Users/DefaultDataPopulator.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Users/DefaultDataPopulator.php (original)
+++ vtigercrm/branches/5.0.3/modules/Users/DefaultDataPopulator.php Thu Nov 23 07:54:07 2006
@@ -426,7 +426,7 @@
 //Block31-36 -- Start
 
 $this->db->query("insert into vtiger_field values (14,".$this->db->getUniqueID("vtiger_field").",'productname','vtiger_products',1,'2','productname','Product Name',1,0,0,100,1,31,1,'V~M',1,null,'BAS')");
- $this->db->query("insert into vtiger_field values (14,".$this->db->getUniqueID("vtiger_field").",'productcode','vtiger_products',1,'1','productcode','Product Code',1,0,0,100,2,31,1,'V~O',1,null,'BAS')");
+ $this->db->query("insert into vtiger_field values (14,".$this->db->getUniqueID("vtiger_field").",'productcode','vtiger_products',1,'1','productcode','Part Number',1,0,0,100,2,31,1,'V~O',1,null,'BAS')");
  $this->db->query("insert into vtiger_field values (14,".$this->db->getUniqueID("vtiger_field").",'discontinued','vtiger_products',1,'56','discontinued','Product Active',1,0,0,100,3,31,1,'V~O',1,null,'BAS')");
  $this->db->query("insert into vtiger_field values (14,".$this->db->getUniqueID("vtiger_field").",'manufacturer','vtiger_products',1,'15','manufacturer','Manufacturer',1,0,0,100,4,31,1,'V~O',1,null,'BAS')");
  $this->db->query("insert into vtiger_field values (14,".$this->db->getUniqueID("vtiger_field").",'productcategory','vtiger_products',1,'15','productcategory','Product Category',1,0,0,100,4,31,1,'V~O',1,null,'BAS')");





More information about the vtigercrm-commits mailing list