projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebb9197
)
CRM-19193: Report header and footer not included for print- and pdf-output
author
tschuettler
<tschuettler@oxfam.de>
Mon, 8 Aug 2016 12:00:46 +0000
(14:00 +0200)
committer
GitHub
<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
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index 257ffd53f96ace716aa15be232d706af343f2907..db1ad349d2303e58829063b710d23c2b619c8075 100644
(file)
--- 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();
}