From: Alexy Mikhailichenko Date: Tue, 28 Apr 2020 20:55:51 +0000 (-0700) Subject: Add contribution source to recurring contribution report X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6dce38a518e3da53a5977844af884ba319e4e415;p=civicrm-core.git Add contribution source to recurring contribution report --- diff --git a/CRM/Report/Form/Contribute/Recur.php b/CRM/Report/Form/Contribute/Recur.php index bf79da0244..0df7f41ca5 100644 --- a/CRM/Report/Form/Contribute/Recur.php +++ b/CRM/Report/Form/Contribute/Recur.php @@ -88,6 +88,9 @@ class CRM_Report_Form_Contribute_Recur extends CRM_Report_Form { 'sum' => ts("Total Amount Contributed"), ], ], + 'source' => [ + 'title' => ts('Contribution Source'), + ], ], ], 'civicrm_financial_trxn' => [