dev/core#2652 - Civi\Report - Add is null / is not null to OP_MULTISELECT_SEPARATOR
authormalmeida <malmeida287@gmail.com>
Wed, 7 Jul 2021 09:00:47 +0000 (10:00 +0100)
committermalmeida <malmeida287@gmail.com>
Wed, 7 Jul 2021 09:00:47 +0000 (10:00 +0100)
CRM/Report/Form.php

index de0bb7b24f2d4a81eea09b30194872e6b930d7e7..369628754da4684ab8a627341830269473b5cb0f 100644 (file)
@@ -1879,6 +1879,8 @@ class CRM_Report_Form extends CRM_Core_Form {
         $result = [
           'mhas' => ts('Is one of'),
           'mnot' => ts('Is not one of'),
+          'nll' => ts('Is empty (Null)'),
+          'nnll' => ts('Is not empty (Null)'),
         ];
         return $result;