[Vtigercrm-commits] [vtiger-commits] r9912 - /vtigercrm/branches/5.0.3/modules/Accounts/Accounts.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Nov 27 07:08:54 EST 2006
Author: richie
Date: Mon Nov 27 05:08:44 2006
New Revision: 9912
Log:
added var $groupTable --by Don
Modified:
vtigercrm/branches/5.0.3/modules/Accounts/Accounts.php
Modified: vtigercrm/branches/5.0.3/modules/Accounts/Accounts.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Accounts/Accounts.php (original)
+++ vtigercrm/branches/5.0.3/modules/Accounts/Accounts.php Mon Nov 27 05:08:44 2006
@@ -48,7 +48,8 @@
var $sortby_fields = Array('accountname','city','website','phone','smownerid');
-
+ var $groupTable = Array('vtiger_accountgrouprelation','accountid');
+
// This is the list of vtiger_fields that are in the lists.
var $list_fields = Array(
'Account Name'=>Array('vtiger_account'=>'accountname'),
More information about the vtigercrm-commits
mailing list