RT#34078: Payment History Report / Statement
[freeside.git] / FS / FS / msg_template / InitialData.pm
index a4e27fd..87c407c 100644 (file)
@@ -21,6 +21,15 @@ If you did not request this password reset, you may safely ignore and delete thi
 END
                       ],
     },
+    { msgname   => 'payment_history_template',
+      mime_type => 'text/html',
+      _conf        => 'payment_history_msgnum',
+      _insert_args => [ subject => '{ $company_name } payment history',
+                        body    => <<'END',
+{ $payment_history }
+END
+                      ],
+    },
   ];
 }