X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=61e74d0eae98c2515ac4c482c923bb4461410bdc;hb=44bb0dde7415e4f6c3c839d812c5d65a660262a0;hp=8ce51385bb312b9c71281c32c1e3bec29924d150;hpb=fc9e97f6cab72de473288470c0681534caf25ea5;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 8ce51385b..61e74d0ea 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -532,6 +532,21 @@ httemplate/docs/config.html 'type' => 'textarea', }, + { + 'key' => 'invoice_email_pdf', + 'section' => 'billing', + 'description' => 'Send PDF invoice as an attachment to emailed invoices. By default, includes the plain text invoice as the email body, unless invoice_email_pdf_note is set.', + 'type' => 'checkbox' + }, + + { + 'key' => 'invoice_email_pdf_note', + 'section' => 'billing', + 'description' => 'If defined, this text will replace the default plain text invoice as the body of emailed PDF invoices.', + 'type' => 'textarea' + }, + + { 'key' => 'invoice_default_terms', 'section' => 'billing',