X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fmsg_template%2FInitialData.pm;h=87c407c35ec0984c27b8e266b5f0c517c5e3972c;hb=4fe1fa31dffa6689d9cb88e2a0cda408b826b89d;hp=a4e27fdc90099be8298d0a31c66653c4215cda60;hpb=f1d92e2f79225df5a4b6f56fcd616e016df425c0;p=freeside.git diff --git a/FS/FS/msg_template/InitialData.pm b/FS/FS/msg_template/InitialData.pm index a4e27fdc9..87c407c35 100644 --- a/FS/FS/msg_template/InitialData.pm +++ b/FS/FS/msg_template/InitialData.pm @@ -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 + ], + }, ]; }