From: Jon goldberg Date: Sun, 7 Jun 2015 18:15:48 +0000 (-0400) Subject: CRM-16641 - CiviReport - allow reporting on premium fulfillment date - add'l fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b70035bab4234aef6ad7d8e738563e845f876859;p=civicrm-core.git CRM-16641 - CiviReport - allow reporting on premium fulfillment date - add'l fix --- diff --git a/CRM/Report/Form/Member/ContributionDetail.php b/CRM/Report/Form/Member/ContributionDetail.php index e1e5565adf..c94be55844 100644 --- a/CRM/Report/Form/Member/ContributionDetail.php +++ b/CRM/Report/Form/Member/ContributionDetail.php @@ -468,7 +468,8 @@ class CRM_Report_Form_Member_ContributionDetail extends CRM_Report_Form { //for premiums if (!empty($this->_params['fields']['product_name']) || - !empty($this->_params['fields']['product_option']) + !empty($this->_params['fields']['product_option']) || + !empty($this->_params['fields']['fulfilled_date']) ) { $this->_from .= " LEFT JOIN civicrm_contribution_product {$this->_aliases['civicrm_contribution_product']}