Merge pull request #1865 from deepak-srivastava/act-report
[civicrm-core.git] / CRM / Case / Form / Case.php
index 3a8a4d63c9081fff595c3467f41e3f221253e817..8966cb222730e7b04dc6f6db00b9f4146ab05b8c 100644 (file)
@@ -81,6 +81,11 @@ class CRM_Case_Form_Case extends CRM_Core_Form {
    */
   public $_action;
 
+  /**
+   * case type id
+   */
+  public $_caseTypeId = NULL;
+
   /**
    * Function to build the form
    *