X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=9046b261b5d3a4fbf7ee715dbe705f8e54f1197f;hb=b7dbecfb82aea90a4289089927d0b17436b2ed5a;hp=89a36af43c0c77a8a85914f0dbcf1e1c3f1d2a4a;hpb=3d0320979331ac4b68fc07fd4203d74c1b05aff4;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 89a36af43..9046b261b 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1036,6 +1036,12 @@ worry that config_items is freeside-specific and icky. 'type' => 'textarea' }, + { + 'key' => 'invoice_print_pdf', + 'section' => 'invoicing', + 'description' => 'Store postal invoices for download in PDF format rather than printing them directly.', + 'type' => 'checkbox', + }, { 'key' => 'invoice_default_terms',