Remove 'Payment Amount (most recent)' column from membership report
authorMike Beck <mike@mikeybeck.com>
Sun, 18 Jun 2023 21:23:50 +0000 (09:23 +1200)
committerMike Beck <mike@mikeybeck.com>
Sun, 18 Jun 2023 21:23:50 +0000 (09:23 +1200)
CRM/Report/Form/Member/Detail.php

index 96c75f9e8e08022ec041c60e45fee7565e4f7161..81ea4b89dadf8a886b0a76d6053fa4d3da194517 100644 (file)
@@ -178,10 +178,7 @@ class CRM_Report_Form_Member_Detail extends CRM_Report_Form {
           '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],