From 6cdfe1d6f4fb667f2865cbada99506f534bef859 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Wed, 15 Jul 2020 14:53:36 -0400 Subject: [PATCH] only printOnly once --- CRM/Report/Form.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 3ac8babf7a..481dd3fd3d 100644 --- 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) ) { -- 2.25.1