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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 30 02:54:28 EDT 2007


Author: jerrydgeorge
Date: Wed May 30 00:54:21 2007
New Revision: 11148

Log:
Issues Due to the renaming of the Address fields for the Account Module has been Fixed

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 Wed May 30 00:54:21 2007
@@ -183,7 +183,7 @@
                          'vtiger_leaddetails:email:email:Leads_Email:E'),
 	
 		   Array('vtiger_account:accountname:accountname:Accounts_Account_Name:V',
-                         'vtiger_accountbillads:city:bill_city:Accounts_City:V',
+                         'vtiger_accountbillads:bill_city:bill_city:Accounts_City:V',
                          'vtiger_account:website:website:Accounts_Website:V',
                          'vtiger_account:phone:phone:Accounts_Phone:V',
                          'vtiger_crmentity:smownerid:assigned_user_id:Accounts_Assigned_To:V'),
@@ -197,7 +197,7 @@
 		   Array('vtiger_account:accountname:accountname:Accounts_Account_Name:V',
                          'vtiger_account:phone:phone:Accounts_Phone:V',
                          'vtiger_account:website:website:Accounts_Website:V',
-                         'vtiger_accountbillads:city:bill_city:Accounts_City:V',
+                         'vtiger_accountbillads:bill_city:bill_city:Accounts_City:V',
                          'vtiger_crmentity:smownerid:assigned_user_id:Accounts_Assigned_To:V'),
 
 		   Array('vtiger_contactdetails:firstname:firstname:Contacts_First_Name:V',





More information about the vtigercrm-commits mailing list