[freeside-commits] branch FREESIDE_3_BRANCH updated. f08ff59915dc9e5478e97e10824e268b0b9c3371
Jonathan Prykop
jonathan at 420.am
Thu Oct 29 18:18:07 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via f08ff59915dc9e5478e97e10824e268b0b9c3371 (commit)
from 2df5397554b352e5b4133d33849fba9edfa9ef4e (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 f08ff59915dc9e5478e97e10824e268b0b9c3371
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 a4e27fd..7cf83d0 100644
--- a/FS/FS/msg_template/InitialData.pm
+++ b/FS/FS/msg_template/InitialData.pm
@@ -21,6 +21,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