From: tschuettler Date: Mon, 8 Aug 2016 12:00:46 +0000 (+0200) Subject: CRM-19193: Report header and footer not included for print- and pdf-output X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a231baad7b5aeea21904edf156e4fc9c7b737764;p=civicrm-core.git CRM-19193: Report header and footer not included for print- and pdf-output Restored assignment from 4.5.4 to fix issue locally. --- diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 257ffd53f9..db1ad349d2 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -2601,6 +2601,8 @@ WHERE cg.extends IN ('" . implode("','", $this->_customGroupExtends) . "') AND CRM_Report_BAO_ReportInstance::doFormDelete($this->_id, 'civicrm/report/list?reset=1', 'civicrm/report/list?reset=1'); } + $this->_formValues = $this->_params; + $this->beginPostProcessCommon(); }