summaryrefslogtreecommitdiff
path: root/FS/FS/msg_template
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-10-29 19:58:54 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-10-29 20:02:05 -0500
commit08717aabeae7c01698bc4c10861520cee6fcdfc0 (patch)
tree59dee2a381c6c2c4bb927d4d1629789948d546b9 /FS/FS/msg_template
parent86ecb66d813a985323f25749adfeccaf78665a07 (diff)
RT#38432: OFM - Send refund receipt [added template initial data]
Diffstat (limited to 'FS/FS/msg_template')
-rw-r--r--FS/FS/msg_template/InitialData.pm17
1 files changed, 17 insertions, 0 deletions
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
+ ],
+ },
];
}