summaryrefslogtreecommitdiff
path: root/FS/FS/msg_template
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-01-28 17:54:00 -0600
committerMitch Jackson <mitch@freeside.biz>2018-09-25 22:36:05 -0400
commit3431eb1f893dafd05056eb65276a8e9122f9fd31 (patch)
tree8c18a6e140137077901a5aa46fb49430461734de /FS/FS/msg_template
parent087d74f7289c302b7b79a97df4ae0f354ef45922 (diff)
RT# 73421 Fix bug on some "Email customers" report links, docs
Diffstat (limited to 'FS/FS/msg_template')
-rw-r--r--FS/FS/msg_template/email.pm16
1 files changed, 8 insertions, 8 deletions
diff --git a/FS/FS/msg_template/email.pm b/FS/FS/msg_template/email.pm
index 19b9367..12f2b29 100644
--- a/FS/FS/msg_template/email.pm
+++ b/FS/FS/msg_template/email.pm
@@ -214,14 +214,14 @@ A L<MIME::Entity> (or arrayref of them) to attach to the message.
Set a string containing a comma-separated list. This list may contain:
-- the text "invoice" indicating emails should only be sent to contact_email
- addresses with the invoice_dest flag set
-- the text "message" indicating emails should only be sent to contact_email
- addresses with the message_dest flag set
- - numbers representing classnum id values for email contact classes.
- If any classnum are present, emails should only be sent to contact_email
- addresses where contact_email.classnum contains one of these classes.
- The classnum 0 also includes where contact_email.classnum IS NULL
+- the text "invoice" indicating contacts with invoice_dest flag should
+ be included
+- the text "message" indicating contacts with message_dest flag should
+ be included
+- numbers representing classnum id values for email contact classes.
+ If any classnum are present, emails should only be sent to contact_email
+ addresses where contact_email.classnum contains one of these classes.
+ The classnum 0 also includes where contact_email.classnum IS NULL
If neither 'invoice' nor 'message' has been specified, this method will
behave as if 'invoice' had been selected