Skip to content

Commit

Permalink
Merge pull request #16829 from demeritcowboy/blank-joindate
Browse files Browse the repository at this point in the history
dev/report#28 - Join date field has no label on constituent detail report
  • Loading branch information
seamuslee001 authored Mar 17, 2020
2 parents 2090504 + 6b71e8a commit 6048b5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CRM/Report/Form/Contact/Detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,9 @@ public function __construct() {
'title' => ts('Membership Type'),
'default' => TRUE,
],
'join_date' => NULL,
'join_date' => [
'title' => ts('Join Date'),
],
'membership_start_date' => [
'title' => ts('Start Date'),
'default' => TRUE,
Expand Down

0 comments on commit 6048b5a

Please sign in to comment.