projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
324f5f2
)
Fixed #CRM-17338
author
Jaap Jansma
<jaap@edeveloper.nl>
Mon, 5 Oct 2015 14:04:39 +0000
(16:04 +0200)
committer
Jaap Jansma
<jaap@edeveloper.nl>
Mon, 5 Oct 2015 14:04:39 +0000
(16:04 +0200)
CRM/Case/Form/Search.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Case/Form/Search.php
b/CRM/Case/Form/Search.php
index 50450942b8cc7e521d856112898f51d6d090c419..ed4da2125101656237656c5b8cf7a83d4bab10d7 100644
(file)
--- a/
CRM/Case/Form/Search.php
+++ b/
CRM/Case/Form/Search.php
@@
-354,8
+354,8
@@
class CRM_Case_Form_Search extends CRM_Core_Form_Search {
CRM_Core_DAO::$_nullObject
);
if ($caseType) {
- $this->_formValues['case_type_id'][$caseType] =
1
;
- $this->_defaults['case_type_id'][$caseType] =
1
;
+ $this->_formValues['case_type_id'][$caseType] =
$caseType
;
+ $this->_defaults['case_type_id'][$caseType] =
$caseType
;
}
$caseFromDate = CRM_Utils_Request::retrieve('pstart', 'Date',