From 892b1e5c1031200f959532e2e3382667aa00829f Mon Sep 17 00:00:00 2001 From: yashodha Date: Wed, 12 Aug 2020 08:54:47 +0530 Subject: [PATCH] (dev/core#1944) Add new columns to mailing summary report --- CRM/Report/Form/Mailing/Summary.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CRM/Report/Form/Mailing/Summary.php b/CRM/Report/Form/Mailing/Summary.php index 4289f9020bea..1bee34bd3305 100644 --- a/CRM/Report/Form/Mailing/Summary.php +++ b/CRM/Report/Form/Mailing/Summary.php @@ -54,6 +54,12 @@ public function __construct() { 'subject' => [ 'title' => ts('Subject'), ], + 'from_name' => [ + 'title' => ts('Sender Name'), + ], + 'from_email' => [ + 'title' => ts('Sender Email'), + ], ], 'filters' => [ 'is_completed' => [