[Vtigercrm-commits] [vtiger-commits] r11098 - /vtigercrm/branches/5.0.3/modules/Reports/Reports.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon May 28 11:37:52 EDT 2007


Author: jerrydgeorge
Date: Mon May 28 09:37:45 2007
New Revision: 11098

Log:
included activitytype removed as the field will come through the security

Modified:
    vtigercrm/branches/5.0.3/modules/Reports/Reports.php

Modified: vtigercrm/branches/5.0.3/modules/Reports/Reports.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Reports/Reports.php (original)
+++ vtigercrm/branches/5.0.3/modules/Reports/Reports.php Mon May 28 09:37:45 2007
@@ -319,11 +319,6 @@
 			
 			$profileList = getCurrentUserProfileList();
 			$sql = "select * from vtiger_field inner join vtiger_profile2field on vtiger_profile2field.fieldid=vtiger_field.fieldid inner join vtiger_def_org_field on vtiger_def_org_field.fieldid=vtiger_field.fieldid where vtiger_field.tabid=".$tabid." and vtiger_field.block in (".$block .") and vtiger_field.displaytype in (1,2,3) and vtiger_profile2field.visible=0 and vtiger_def_org_field.visible=0 and vtiger_profile2field.profileid in ".$profileList." group by vtiger_field.fieldid order by sequence";
-		}
-		//Added to include vtiger_activity type for Reports Module
-		if($module == 'Calendar' && $block == 19)
-		{
-			 $module_columnlist['vtiger_activity:activitytype:Calendar_Activity_Type:activitytype:C'] = 'Activity Type';
 		}
 		
 		if($module == 'HelpDesk' && $block == 25)





More information about the vtigercrm-commits mailing list