make new_prospect smarter, #39776
[freeside.git] / FS / FS / msg_template / InitialData.pm
index 87c407c..7cf83d0 100644 (file)
@@ -21,12 +21,20 @@ If you did not request this password reset, you may safely ignore and delete thi
 END
                       ],
     },
-    { msgname   => 'payment_history_template',
+    { msgname   => 'Refund receipt',
+      msgclass  => 'email',
       mime_type => 'text/html',
-      _conf        => 'payment_history_msgnum',
-      _insert_args => [ subject => '{ $company_name } payment history',
+      _conf        => 'refund_receipt_msgnum',
+      _insert_args => [ subject => '{ $company_name } refund receipt',
                         body    => <<'END',
-{ $payment_history }
+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
                       ],
     },