From 6b71e8a0ca2c8864c5e1a62dee1295363899b1bc Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Tue, 17 Mar 2020 15:51:10 -0400 Subject: [PATCH] join date checkbox is blank --- CRM/Report/Form/Contact/Detail.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CRM/Report/Form/Contact/Detail.php b/CRM/Report/Form/Contact/Detail.php index c44891b94c..edbff9f3e9 100644 --- a/CRM/Report/Form/Contact/Detail.php +++ b/CRM/Report/Form/Contact/Detail.php @@ -208,7 +208,9 @@ class CRM_Report_Form_Contact_Detail extends CRM_Report_Form { 'title' => ts('Membership Type'), 'default' => TRUE, ], - 'join_date' => NULL, + 'join_date' => [ + 'title' => ts('Join Date'), + ], 'membership_start_date' => [ 'title' => ts('Start Date'), 'default' => TRUE, -- 2.25.1