From 74188e3cad8e0d0b0cd38bcf7bdd470fa3555833 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 1 May 2023 11:31:55 +1200 Subject: [PATCH] Add title for is_deleted --- CRM/Report/Form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 25616c6042..6a7f367527 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -5059,6 +5059,7 @@ LEFT JOIN civicrm_contact {$field['alias']} ON {$field['alias']}.id = {$this->_a 'no_display' => TRUE, 'default' => 0, 'type' => CRM_Utils_Type::T_BOOLEAN, + 'title' => ts('Deleted?'), ], ]; } -- 2.25.1