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:
55506cf
)
CRM-17645 - Call hook for cases
author
Coleman Watts
<coleman@civicrm.org>
Fri, 22 Jan 2016 00:33:47 +0000
(19:33 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Fri, 22 Jan 2016 00:33:47 +0000
(19:33 -0500)
CRM/Case/BAO/Case.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Case/BAO/Case.php
b/CRM/Case/BAO/Case.php
index 139ac088f52a7ca4d660d33b047784f9db5b8578..63171a485db4489b11ad5b76dc6197653430fb5d 100644
(file)
--- a/
CRM/Case/BAO/Case.php
+++ b/
CRM/Case/BAO/Case.php
@@
-3145,7
+3145,7
@@
WHERE id IN (' . implode(',', $copiedActivityIds) . ')';
)
)";
}
-
+ CRM_Utils_Hook::selectWhereClause($this, $clauses);
return $clauses;
}