X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=9f660733c025082bbd85bf5c201bea9972030cdd;hp=c7dbd0b58c83b677a887537b73e7ad1fbd2b7d0a;hb=0f9f314fa40adf66b672065f8f3477789c50ae56;hpb=e41036e2c2c9fa3c70e13d56ec4ffb8168de99cc diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index c7dbd0b58..9f660733c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1646,6 +1646,13 @@ and customer address. Include units.', }, { + 'key' => 'quotation_disable_after_days', + 'section' => 'quotations', + 'description' => 'The number of days, if set, after which a non-converted quotation will be automatically disabled.', + 'type' => 'text' + }, + + { 'key' => 'invoice_print_pdf', 'section' => 'invoicing', 'description' => 'For all invoice print operations, store postal invoices for download in PDF format rather than printing them directly.',