From a231baad7b5aeea21904edf156e4fc9c7b737764 Mon Sep 17 00:00:00 2001 From: tschuettler Date: Mon, 8 Aug 2016 14:00:46 +0200 Subject: [PATCH] CRM-19193: Report header and footer not included for print- and pdf-output Restored assignment from 4.5.4 to fix issue locally. --- CRM/Report/Form.php | 2 ++ 1 file changed, 2 insertions(+) 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(); } -- 2.25.1