Merge pull request #1865 from deepak-srivastava/act-report
[civicrm-core.git] / CRM / Case / Form / Case.php
index 08e7c01d7ffb054593f266ad03c8a83ac5c580c6..8966cb222730e7b04dc6f6db00b9f4146ab05b8c 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -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
    *