Skip to content
Snippets Groups Projects
Verified Commit 47d92ca8 authored by Kevin Cristiano's avatar Kevin Cristiano :earth_americas:
Browse files

Update reports to fix fatal erro on v5. Function getPermissionedFTQuery was...

Update reports to fix fatal erro on v5.  Function getPermissionedFTQuery was removed as it was not used from the Core Report this was based on.   TODO: A Full comparison to the Bookkeeping Report.
parent 12f06712
No related branches found
No related tags found
No related merge requests found
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2016 |
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
| This file is a part of CiviCRM. |
| |
......@@ -474,7 +474,7 @@ class CRM_Additionalreports_Form_Report_BookkeepingExtra extends CRM_Report_Form
{$this->_aliases['civicrm_email']}.is_primary = 1) ";
}
$this->getPermissionedFTQuery($this, "civicrm_line_item_1");
//$this->getPermissionedFTQuery($this, "civicrm_line_item_1");
}
public function orderBy() {
......
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2017 |
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
| This file is a part of CiviCRM. |
| |
......@@ -459,7 +459,7 @@ class CRM_Additionalreports_Form_Report_BookkeepingMembership extends CRM_Report
ON ent_batch.batch_id = batch.id";
}
$this->getPermissionedFTQuery($this, "civicrm_line_item_1");
//$this->getPermissionedFTQuery($this, "civicrm_line_item_1");
}
public function orderBy() {
......
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