[freeside-commits] branch master updated. 3b6d92312c10df349d91999f496ed2539b56c608

Mark Wells mark at 420.am
Wed Oct 7 16:22:05 PDT 2015


The branch, master has been updated
       via  3b6d92312c10df349d91999f496ed2539b56c608 (commit)
      from  fc672686f119da0b3b34fd3c73acc3fea81262e6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3b6d92312c10df349d91999f496ed2539b56c608
Author: Mark Wells <mark at freeside.biz>
Date:   Wed Oct 7 16:21:39 2015 -0700

    add msgclass to initial msg_template, #38500

diff --git a/FS/FS/msg_template/InitialData.pm b/FS/FS/msg_template/InitialData.pm
index a4e27fd..dbb9f40 100644
--- a/FS/FS/msg_template/InitialData.pm
+++ b/FS/FS/msg_template/InitialData.pm
@@ -3,6 +3,7 @@ package FS::msg_template::InitialData;
 sub _initial_data {
   [
     { msgname   => 'Password reset',
+      msgclass  => 'email',
       mime_type => 'text/html', #multipart/alternative with a text part?
                                   # cranky mutt/pine users like me are rare
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/msg_template/InitialData.pm |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list