From 7b53b47c6422721dc9490467b29ce2d0a319c9d0 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Thu, 29 Oct 2015 19:58:54 -0500 Subject: RT#38432: OFM - Send refund receipt [added template initial data] --- FS/FS/msg_template/InitialData.pm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/FS/FS/msg_template/InitialData.pm b/FS/FS/msg_template/InitialData.pm index dbb9f4037..baf145d8b 100644 --- a/FS/FS/msg_template/InitialData.pm +++ b/FS/FS/msg_template/InitialData.pm @@ -19,6 +19,23 @@ If you did not request this password reset, you may safely ignore and delete thi

{ $company_name } Support +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},
+
+The following refund has been applied to your account.
+
+Refund ID: {$refundnum}
+Date: {$date}
+Amount: {$refund}
+ END ], }, -- cgit v1.2.1