From 808c484d8c6769c69d8cba584801e2f4fe01a09c Mon Sep 17 00:00:00 2001 From: Mike Beck Date: Mon, 19 Jun 2023 09:23:50 +1200 Subject: [PATCH] Remove 'Payment Amount (most recent)' column from membership report --- CRM/Report/Form/Member/Detail.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CRM/Report/Form/Member/Detail.php b/CRM/Report/Form/Member/Detail.php index 96c75f9e8e08..81ea4b89dadf 100644 --- a/CRM/Report/Form/Member/Detail.php +++ b/CRM/Report/Form/Member/Detail.php @@ -178,10 +178,7 @@ public function __construct() { 'receipt_date' => NULL, 'fee_amount' => NULL, 'net_amount' => NULL, - 'total_amount' => [ - 'title' => ts('Payment Amount (most recent)'), - 'statistics' => ['sum' => ts('Amount')], - ], + 'total_amount' => NULL, ], 'filters' => [ 'receive_date' => ['operatorType' => CRM_Report_Form::OP_DATE],