[Vtigercrm-commits] [vtiger-commits] r9612 - /vtigercrm/branches/5.0.1/include/utils/ListViewUtils.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Oct 9 11:53:00 EDT 2006


Author: richie
Date: Mon Oct  9 09:52:56 2006
New Revision: 9612

Log:
query modified to fix the customfield related issue in Campaigns ListView  --Minnie

Modified:
    vtigercrm/branches/5.0.1/include/utils/ListViewUtils.php

Modified: vtigercrm/branches/5.0.1/include/utils/ListViewUtils.php
==============================================================================
--- vtigercrm/branches/5.0.1/include/utils/ListViewUtils.php (original)
+++ vtigercrm/branches/5.0.1/include/utils/ListViewUtils.php Mon Oct  9 09:52:56 2006
@@ -2079,6 +2079,8 @@
 				ON vtiger_crmentity.crmid = vtiger_campaign.campaignid
 			LEFT JOIN vtiger_campaigngrouprelation
 				ON vtiger_campaign.campaignid = vtiger_campaigngrouprelation.campaignid
+			INNER JOIN vtiger_campaignscf
+			        ON vtiger_campaignscf.campaignid = vtiger_campaignscf.campaignid
 			LEFT JOIN vtiger_groups
 				ON vtiger_groups.groupname = vtiger_campaigngrouprelation.groupname
 			LEFT JOIN vtiger_users





More information about the vtigercrm-commits mailing list