[Vtigercrm-commits] [vtiger-commits] r10822 - /vtigercrm/branches/5.0.3/modules/CustomView/PopulateCustomView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Apr 30 09:27:36 EDT 2007


Author: saraj
Date: Mon Apr 30 07:27:28 2007
New Revision: 10822

Log:
Account name sorting added in default customview

Modified:
    vtigercrm/branches/5.0.3/modules/CustomView/PopulateCustomView.php

Modified: vtigercrm/branches/5.0.3/modules/CustomView/PopulateCustomView.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/CustomView/PopulateCustomView.php (original)
+++ vtigercrm/branches/5.0.3/modules/CustomView/PopulateCustomView.php Mon Apr 30 07:27:28 2007
@@ -219,26 +219,26 @@
 		   Array('vtiger_contactdetails:firstname:firstname:Contacts_First_Name:V',
                          'vtiger_contactdetails:lastname:lastname:Contacts_Last_Name:V',
                          'vtiger_contactdetails:title:title:Contacts_Title:V',
-                         'vtiger_contactdetails:accountid:account_id:Contacts_Account_Name:V',
+                         'vtiger_account:accountname:accountname:Contacts_Account_Name:V',
                          'vtiger_contactdetails:email:email:Contacts_Email:E',
 			 'vtiger_contactsubdetails:otherphone:otherphone:Contacts_Phone:V',
 			 'vtiger_crmentity:smownerid:assigned_user_id:Contacts_Assigned_To:V'),
 		  
 		   Array('vtiger_potential:potentialname:potentialname:Potentials_Potential_Name:V',
-                         'vtiger_potential:accountid:account_id:Potentials_Account_Name:V',
+                         'vtiger_account:accountname:accountname:Potentials_Account_Name:V',
                          'vtiger_potential:sales_stage:sales_stage:Potentials_Sales_Stage:V',
                          'vtiger_potential:leadsource:leadsource:Potentials_Lead_Source:V',
                          'vtiger_potential:closingdate:closingdate:Potentials_Expected_Close_Date:D',
                          'vtiger_crmentity:smownerid:assigned_user_id:Potentials_Assigned_To:V'),
 
                    Array('vtiger_potential:potentialname:potentialname:Potentials_Potential_Name:V',
-                         'vtiger_potential:accountid:account_id:Potentials_Account_Name:V',
+                         'vtiger_account:accountname:accountname:Potentials_Account_Name:V',
                          'vtiger_potential:amount:amount:Potentials_Amount:N',
                          'vtiger_potential:closingdate:closingdate:Potentials_Expected_Close_Date:D',
                          'vtiger_crmentity:smownerid:assigned_user_id:Potentials_Assigned_To:V'),
 
 		   Array('vtiger_potential:potentialname:potentialname:Potentials_Potential_Name:V',
-                         'vtiger_potential:accountid:account_id:Potentials_Account_Name:V',
+                         'vtiger_account:accountname:accountname:Potentials_Account_Name:V',
                          'vtiger_potential:amount:amount:Potentials_Amount:N',
                          'vtiger_potential:leadsource:leadsource:Potentials_Lead_Source:V',
                          'vtiger_potential:closingdate:closingdate:Potentials_Expected_Close_Date:D',





More information about the vtigercrm-commits mailing list