Index: modules/Products/language/en_us.lang.php =================================================================== --- modules/Products/language/en_us.lang.php (revision 1) +++ modules/Products/language/en_us.lang.php (working copy) @@ -41,8 +41,8 @@ 'LBL_LIST_PRICEBOOK_FORM_TITLE'=>'Price Book List', 'LBL_LIST_CATEGORY'=>'Product Category', 'LBL_CATEGORY'=>'Product Category:', -'LBL_PRODUCT_CODE'=>'Product Code', -'LBL_LIST_PRODUCT_CODE'=>'Product Code:', +'LBL_PRODUCT_CODE'=>'Part Number', +'LBL_LIST_PRODUCT_CODE'=>'Part Number:', 'LBL_PRODUCT_ACTIVE'=>'Product Active', 'LBL_PRODUCT_COMMISSION_RATE'=>'Commission Rate', 'LBL_PRODUCT_QTY_PER_UNIT'=>'Qty/Unit', @@ -94,7 +94,7 @@ //Added for 4GA 'Product Name'=>'Product Name', -'Product Code'=>'Product Code', +'Product Code'=>'Part Number', 'Product Active'=>'Product Active', 'Commission Rate'=>'Commission Rate (%)', 'Qty/Unit'=>'Qty/Unit', @@ -117,7 +117,7 @@ 'Reorder Level'=>'Reorder Level', 'Website'=>'Website', 'Tax Class'=>'Tax Class', -'Mfr PartNo'=>'Part No', +'Mfr PartNo'=>'Manufacturer Part No', 'Vendor PartNo'=>'Vendor Part No', 'Serial No'=>'Serial No', 'Qty In Stock'=>'Qty. in Stock', Index: modules/Products/Product.php =================================================================== --- modules/Products/Product.php (revision 1) +++ modules/Products/Product.php (working copy) @@ -40,14 +40,14 @@ // This is the list of vtiger_fields that are in the lists. var $list_fields = Array( 'Product Name'=>Array('products'=>'productname'), - 'Product Code'=>Array('products'=>'productcode'), + 'Part Number'=>Array('products'=>'productcode'), 'Commission Rate'=>Array('products'=>'commissionrate'), 'Qty/Unit'=>Array('products'=>'qty_per_unit'), 'Unit Price'=>Array('products'=>'unit_price') ); var $list_fields_name = Array( 'Product Name'=>'productname', - 'Product Code'=>'productcode', + 'Part Number'=>'productcode', 'Commission Rate'=>'commissionrate', 'Qty/Unit'=>'qty_per_unit', 'Unit Price'=>'unit_price' @@ -56,12 +56,12 @@ var $search_fields = Array( 'Product Name'=>Array('products'=>'productname'), - 'Product Code'=>Array('products'=>'productcode'), + 'Part Number'=>Array('products'=>'productcode'), 'Unit Price'=>Array('products'=>'unit_price') ); var $search_fields_name = Array( 'Product Name'=>'productname', - 'Product Code'=>'productcode', + 'Part Number'=>'productcode', 'Unit Price'=>'unit_price' ); Index: modules/CustomView/language/en_us.lang.php =================================================================== --- modules/CustomView/language/en_us.lang.php (revision 1) +++ modules/CustomView/language/en_us.lang.php (working copy) @@ -209,7 +209,7 @@ 'Invoice Date'=>'Invoice Date', //Strings added for Product module fields -'Product Code'=>'Product Code', +'Product Code'=>'Part Number', 'Product Active'=>'Product Active', 'Product Category'=>'Product Category', 'Sales Start Date'=>'Sales Start Date', Index: modules/Import/language/en_us.lang.php =================================================================== --- modules/Import/language/en_us.lang.php (revision 1) +++ modules/Import/language/en_us.lang.php (working copy) @@ -337,7 +337,7 @@ 'products_import_fields' => Array( 'productname'=>'Product Name', - 'productcode'=>'Product Code', + 'productcode'=>'Part Number', 'productcategory'=>'Product Category', 'manufacturer'=>'Manufacturer', 'product_description'=>'Product Description', @@ -359,7 +359,7 @@ 'reorderlevel'=>'Reorder Level', 'website'=>'Web Site', 'taxclass'=>'Tax Class', - 'mfr_part_no'=>'Manufacture Part No', + 'mfr_part_no'=>'Manufacturer Part No', 'vendor_part_no'=>'Vendor Part No', 'qtyinstock'=>'Quantity in Stock', 'productsheet'=>'Product Sheet', Index: modules/Migration/ModifyDatabase/42P2_to_50Alpha.php =================================================================== --- modules/Migration/ModifyDatabase/42P2_to_50Alpha.php (revision 1) +++ modules/Migration/ModifyDatabase/42P2_to_50Alpha.php (working copy) @@ -226,7 +226,7 @@ "UPDATE vtiger_field SET quickcreate = 0,quickcreatesequence = 3 WHERE tabid = 13 and fieldlabel = 'Priority'", "UPDATE vtiger_field SET quickcreate = 0,quickcreatesequence = 1 WHERE tabid = 14 and fieldlabel = 'Product Name'", - "UPDATE vtiger_field SET quickcreate = 0,quickcreatesequence = 2 WHERE tabid = 14 and fieldlabel = 'Product Code'", + "UPDATE vtiger_field SET quickcreate = 0,quickcreatesequence = 2 WHERE tabid = 14 and fieldlabel = 'Part Number'", "UPDATE vtiger_field SET quickcreate = 0,quickcreatesequence = 3 WHERE tabid = 14 and fieldlabel = 'Product Category'", "UPDATE vtiger_field SET quickcreate = 0,quickcreatesequence = 1 WHERE tabid = 16 and fieldlabel = 'Subject'", Index: modules/PriceBooks/language/en_us.lang.php =================================================================== --- modules/PriceBooks/language/en_us.lang.php (revision 1) +++ modules/PriceBooks/language/en_us.lang.php (working copy) @@ -23,7 +23,7 @@ 'Created Time'=>'Created Time', 'Modified Time'=>'Modified Time', 'LBL_LIST_PRODUCT_NAME'=>'Product Name', -'LBL_PRODUCT_CODE'=>'Product Code', +'LBL_PRODUCT_CODE'=>'Part Number', 'LBL_PRODUCT_UNIT_PRICE'=>'Unit Price', 'LBL_PB_LIST_PRICE'=>'List Price', 'LBL_ACTION'=>'Action', Index: modules/Users/DefaultDataPopulator.php =================================================================== --- modules/Users/DefaultDataPopulator.php (revision 1) +++ modules/Users/DefaultDataPopulator.php (working copy) @@ -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,1,31,'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')"); Index: include/language/en_us.lang.php =================================================================== --- include/language/en_us.lang.php (revision 1) +++ include/language/en_us.lang.php (working copy) @@ -716,7 +716,7 @@ 'Product Name'=>'Product Name', -'Product Code'=>'Product Code', +'Product Code'=>'Part Number', 'Commission Rate'=>'Commission Rate',