summaryrefslogtreecommitdiff
path: root/FS/FS/msg_template
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-06-22 18:34:27 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-07-03 20:53:47 -0500
commit4fe1fa31dffa6689d9cb88e2a0cda408b826b89d (patch)
tree31b0e094d8804cde15659b3bcdf7584c24953383 /FS/FS/msg_template
parentf1d92e2f79225df5a4b6f56fcd616e016df425c0 (diff)
RT#34078: Payment History Report / Statement
Diffstat (limited to 'FS/FS/msg_template')
-rw-r--r--FS/FS/msg_template/InitialData.pm9
1 files changed, 9 insertions, 0 deletions
diff --git a/FS/FS/msg_template/InitialData.pm b/FS/FS/msg_template/InitialData.pm
index a4e27fd..87c407c 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
+ ],
+ },
];
}