From 249f7d6cf45f8df5679ac36fc28dd8376e695496 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Fri, 23 Oct 2015 20:24:40 -0500 Subject: RT#38432: OFM - Send refund receipt [v3 merge] --- httemplate/edit/msg_template.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'httemplate/edit/msg_template.html') diff --git a/httemplate/edit/msg_template.html b/httemplate/edit/msg_template.html index c6b2a7d8d..4bfdd626f 100644 --- a/httemplate/edit/msg_template.html +++ b/httemplate/edit/msg_template.html @@ -296,6 +296,13 @@ my %substitutions = ( '$payinfo' => 'Card/account# (masked)', '$error' => 'Decline reason', ], + 'cust_refund' => [ + '$refundnum' => 'Refund#', + '$refund' => 'Refund Amount', + '$payby' => 'Refund method', + '$date' => 'Refund date', + '$payinfo' => 'Card/account# (masked)', + ], ); tie my %sections, 'Tie::IxHash', ( @@ -303,6 +310,7 @@ tie my %sections, 'Tie::IxHash', ( 'service' => 'Service address', 'cust_main' => 'Customer status and payment info', 'cust_pkg' => 'Package fields', +'cust_refund' => 'Refund fields', 'cust_bill' => 'Invoice fields', 'cust_pay' => 'Payment fields', 'svc_acct' => 'Login service fields', -- cgit v1.2.1