re-added LATEX_LETTER constant
authorAndrew Engelbrecht <andrew@fsf.org>
Fri, 13 Apr 2018 19:52:02 +0000 (15:52 -0400)
committerAndrew 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

index 7daa3216aac6a47669c4bbc684cc3ffbd5a9db15..c5bf95d7475a28e89a4b5d55e9a3395b017c068e 100644 (file)
@@ -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,