From ac9d8530006590c6b6c248d787954db5033a3b66 Mon Sep 17 00:00:00 2001 From: Edsel Date: Fri, 11 Sep 2015 18:07:51 +0530 Subject: [PATCH] ICM-18 Added comment blocks for new functions in report Conflicts: CRM/Report/Form.php --- CRM/Report/Form.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 737941c94d..1358f94be5 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -4493,7 +4493,13 @@ LEFT JOIN civicrm_contact {$field['alias']} ON {$field['alias']}.id = {$this->_a ); } - + /* + * Generate temporary table to hold all contributions with permissioned FTs. + * + * @param object $query + * @param string $alias + * @param bool $return + */ public function getPermissionedFTQuery(&$query, $alias = NULL, $return = FALSE) { if (!CRM_Financial_BAO_FinancialType::isACLFinancialTypeStatus()) { return FALSE; -- 2.25.1