projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86ecb66
)
RT#38432: OFM - Send refund receipt [added template initial data]
author
Jonathan Prykop
<jonathan@freeside.biz>
Fri, 30 Oct 2015 00:58:54 +0000
(19:58 -0500)
committer
Jonathan Prykop
<jonathan@freeside.biz>
Fri, 30 Oct 2015 01:02:05 +0000
(20:02 -0500)
FS/FS/msg_template/InitialData.pm
patch
|
blob
|
history
diff --git
a/FS/FS/msg_template/InitialData.pm
b/FS/FS/msg_template/InitialData.pm
index
dbb9f40
..
baf145d
100644
(file)
--- 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
<br />
<br />
{ $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},<BR>
+<BR>
+The following refund has been applied to your account.<BR>
+<BR>
+Refund ID: {$refundnum}<BR>
+Date: {$date}<BR>
+Amount: {$refund}<BR>
+
END
],
},