diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2015-10-23 20:24:40 -0500 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-10-28 23:16:48 -0500 |
| commit | 249f7d6cf45f8df5679ac36fc28dd8376e695496 (patch) | |
| tree | a2b5b08c82e91add74e34940e14f5f649ce994ce /httemplate/edit/msg_template.html | |
| parent | 9527575801494bc501c555928e4bf922049b0abe (diff) | |
RT#38432: OFM - Send refund receipt [v3 merge]
Diffstat (limited to 'httemplate/edit/msg_template.html')
| -rw-r--r-- | httemplate/edit/msg_template.html | 8 |
1 files changed, 8 insertions, 0 deletions
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', |
