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:
f08846f
)
re-added LATEX_LETTER constant
author
Andrew Engelbrecht
<andrew@fsf.org>
Fri, 13 Apr 2018 19:52:02 +0000
(15:52 -0400)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Thu, 21 Feb 2019 16:44:24 +0000
(11:44 -0500)
it turns out that we need this. (i removed it in the previous git
merge.)
CRM/Contact/Task.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Task.php
b/CRM/Contact/Task.php
index 7daa3216aac6a47669c4bbc684cc3ffbd5a9db15..c5bf95d7475a28e89a4b5d55e9a3395b017c068e 100644
(file)
--- a/
CRM/Contact/Task.php
+++ b/
CRM/Contact/Task.php
@@
-38,6
+38,7
@@
class CRM_Contact_Task extends CRM_Core_Task {
const
// Contact tasks
+ LATEX_LETTER = 42,
HOUSEHOLD_CONTACTS = 101,
ORGANIZATION_CONTACTS = 102,
RECORD_CONTACTS = 103,