CRM-19193: Report header and footer not included for print- and pdf-output
authortschuettler <tschuettler@oxfam.de>
Mon, 8 Aug 2016 12:00:46 +0000 (14:00 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Aug 2016 12:00:46 +0000 (14:00 +0200)
Restored assignment from 4.5.4 to fix issue locally.

CRM/Report/Form.php

index 257ffd53f96ace716aa15be232d706af343f2907..db1ad349d2303e58829063b710d23c2b619c8075 100644 (file)
@@ -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();
   }