Revert "ICM-17 Added conditional checks for reports"
[civicrm-core.git] / CRM / Report / Form / Contribute / Sybunt.php
index 75c0d4ef9328ea34ad15b4269849557e7f3e777e..8048ce68e4a7f5424a8ec763514c347111d867ec 100644 (file)
@@ -433,10 +433,8 @@ class CRM_Report_Form_Contribute_Sybunt extends CRM_Report_Form {
     $this->from();
     $this->where();
     $this->groupBy();
-    
-    if (CRM_Financial_BAO_FinancialType::isACLFinancialTypeStatus()) {
-      $this->getPermissionedFTQuery($this);
-    }
+
+    $this->getPermissionedFTQuery($this);
 
     $rows = $contactIds = array();
     if (empty($this->_params['charts'])) {