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:
3ce3f14
)
only printOnly once
author
demeritcowboy
<demeritcowboy@hotmail.com>
Wed, 15 Jul 2020 18:53:36 +0000
(14:53 -0400)
committer
demeritcowboy
<demeritcowboy@hotmail.com>
Wed, 15 Jul 2020 18:53:36 +0000
(14:53 -0400)
CRM/Report/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index 3ac8babf7af469204c642cbb04531eac62441730..481dd3fd3d136374581a9e47cf004d56e908f51e 100644
(file)
--- a/
CRM/Report/Form.php
+++ b/
CRM/Report/Form.php
@@
-2839,8
+2839,6
@@
WHERE cg.extends IN ('" . implode("','", $this->_customGroupExtends) . "') AND
CRM_Core_DAO::$_nullObject
);
- $this->assign('printOnly', $this->printOnly);
-
if ($this->_outputMode == 'print' ||
($this->_sendmail && !$this->_outputMode)
) {