[freeside-commits] branch master updated. 7b53b47c6422721dc9490467b29ce2d0a319c9d0

Jonathan Prykop jonathan at 420.am
Thu Oct 29 17:59:13 PDT 2015


The branch, master has been updated
       via  7b53b47c6422721dc9490467b29ce2d0a319c9d0 (commit)
      from  9ff00dc1dc9d5a6c63bfb3444e8e7c382cd603bf (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 7b53b47c6422721dc9490467b29ce2d0a319c9d0
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Thu Oct 29 19:58:54 2015 -0500

    RT#38432: OFM - Send refund receipt [added template initial data]

diff --git a/FS/FS/msg_template/InitialData.pm b/FS/FS/msg_template/InitialData.pm
index dbb9f40..baf145d 100644
--- a/FS/FS/msg_template/InitialData.pm
+++ b/FS/FS/msg_template/InitialData.pm
@@ -22,6 +22,23 @@ If you did not request this password reset, you may safely ignore and delete thi
 END
                       ],
     },
+    { msgname   => 'Refund receipt',
+      msgclass  => 'email',
+      mime_type => 'text/html',
+      _conf        => 'refund_receipt_msgnum',
+      _insert_args => [ subject => '{ $company_name } refund receipt',
+                        body    => <<'END',
+Dear {$first} {$last},<BR>
+<BR>
+The following refund has been applied to your account.<BR>
+<BR>
+Refund ID: {$refundnum}<BR>
+Date:      {$date}<BR>
+Amount:    {$refund}<BR>
+
+END
+                      ],
+    },
   ];
 }
 

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

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




More information about the freeside-commits mailing list