Skip to content
Snippets Groups Projects
Commit 077aab03 authored by Satish's avatar Satish
Browse files

#292 - report does not read any dates

parent 52b4af29
No related branches found
No related tags found
2 merge requests!101#290 - lead mapping is broken if lead fields are hidden,!100#292 - report does not read any dates
......@@ -383,7 +383,7 @@ class ReportRun extends CRMEntity
function getColumnSQL($selectedfields) {
global $adb;
global $adb, $current_user;
$header_label = $selectedfields[2]; // Header label to be displayed in the reports table
list($module,$field) = split("_",$selectedfields[2]);
......@@ -2013,7 +2013,7 @@ class ReportRun extends CRMEntity
if(count($secondarymodule) > 1){
$query .= $focQuery . $this->getReportsNonAdminAccessControlQuery($value,$current_user,$value);
}else{
$query .= $focQuery . getNonAdminAccessControlQuery($value,$current_user,$value);;
$query .= $focQuery . getNonAdminAccessControlQuery($value,$current_user,$value);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment