projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8648a41
)
Remove 'Payment Amount (most recent)' column from membership report
author
Mike Beck
<mike@mikeybeck.com>
Sun, 18 Jun 2023 21:23:50 +0000
(09:23 +1200)
committer
Mike Beck
<mike@mikeybeck.com>
Sun, 18 Jun 2023 21:23:50 +0000
(09:23 +1200)
CRM/Report/Form/Member/Detail.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/Member/Detail.php
b/CRM/Report/Form/Member/Detail.php
index 96c75f9e8e08022ec041c60e45fee7565e4f7161..81ea4b89dadf8a886b0a76d6053fa4d3da194517 100644
(file)
--- a/
CRM/Report/Form/Member/Detail.php
+++ b/
CRM/Report/Form/Member/Detail.php
@@
-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],