Skip to content

Commit

Permalink
Merge pull request #26566 from mikeybeck/fix-membership-detail-report
Browse files Browse the repository at this point in the history
Remove 'Payment Amount (most recent)' column from membership report
  • Loading branch information
eileenmcnaughton authored Jun 19, 2023
2 parents 8648a41 + 808c484 commit 470b283
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CRM/Report/Form/Member/Detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 470b283

Please sign in to comment.