Add title for is_deleted
authorEileen McNaughton <emcnaughton@wikimedia.org>
Sun, 30 Apr 2023 23:31:55 +0000 (11:31 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Sun, 30 Apr 2023 23:31:55 +0000 (11:31 +1200)
CRM/Report/Form.php

index 25616c604234cb766a7ea778e39c89e8790f49c9..6a7f367527eaf5fd35f1e5417fea6446745931ab 100644 (file)
@@ -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?'),
       ],
     ];
   }