[Vtigercrm-commits] [vtiger-commits] r10582 - /vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Apr 6 06:45:01 EDT 2007


Author: richie
Date: Fri Apr  6 04:44:54 2007
New Revision: 10582

Log:
fix for CustomView filter is not working if Send Reminder field is selected. Fixes #3337 --minnie

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

Modified: vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php (original)
+++ vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php Fri Apr  6 04:44:54 2007
@@ -1916,6 +1916,8 @@
 				ON vtiger_account.accountid = vtiger_contactdetails.accountid
 			LEFT OUTER JOIN vtiger_recurringevents
 				ON vtiger_recurringevents.activityid = vtiger_activity.activityid
+			LEFT OUTER JOIN vtiger_activity_reminder
+                        	ON vtiger_activity_reminder.activity_id = vtiger_activity.activityid
 			WHERE vtiger_crmentity.deleted = 0
 			AND (vtiger_activity.activitytype = 'Meeting'
 				OR vtiger_activity.activitytype = 'Call'





More information about the vtigercrm-commits mailing list