X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=92136813f4684aa9ac7a1641b0886d12898282a0;hb=6b15465e49ec8404ae6716953e19bfdca0ba9a9d;hp=169f9fe16ddafdeeccb4f8b83ece7c3e04f37afb;hpb=dba9a62fa32e07d4461e9c081201f69c0cda7015;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 169f9fe16..92136813f 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1562,6 +1562,13 @@ and customer address. Include units.', }, { + 'key' => 'invoice_email_pdf_msgnum', + 'section' => 'invoicing', + 'description' => 'Message template to send as the text and HTML part of PDF invoices. If not selected, a text and HTML version of the invoice will be sent.', + %msg_template_options, + }, + + { 'key' => 'invoice_email_pdf_note', 'section' => 'invoicing', 'description' => 'If defined, this text will replace the default HTML invoice as the body of emailed PDF invoices.',