X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=9953ea54b0e909d5ffa6a4542a3b28ed2dc6dbd4;hb=5fdd19665fb7c0ad425a99d3dbf9ad7e27fbf44a;hp=774332253ec6a46d42ab8386eb32782678928d1d;hpb=0e7c29b192fff137d3b9167b29633a94f94b995f;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 774332253..9953ea54b 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1258,7 +1258,14 @@ and customer address. Include units.', { 'key' => 'invoice_print_pdf', 'section' => 'invoicing', - 'description' => 'Store postal invoices for download in PDF format rather than printing them directly.', + 'description' => 'For all invoice print operations, store postal invoices for download in PDF format rather than printing them directly.', + 'type' => 'checkbox', + }, + + { + 'key' => 'invoice_print_pdf-spoolagent', + 'section' => 'invoicing', + 'description' => 'Store postal invoices PDF downloads in per-agent spools.', 'type' => 'checkbox', },