summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorJustin DeVuyst <justin@devuyst.com>2017-03-20 16:17:56 -0400
committerJustin DeVuyst <justin@devuyst.com>2017-03-20 16:17:56 -0400
commit247a72232486b809bd0f0d88f3506dc0a1e79d93 (patch)
treed6e8d52ed38d6ccac980118599abf1d0168e34d2 /FS/FS/Conf.pm
parentb285918ec3ab6c8203e9f8feaf234da306456e5e (diff)
Add configurable daily auto-disable for quotations. See RT#74665.
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 34e465d..8d83f92 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1506,6 +1506,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' => 'printing',
'description' => 'For all invoice print operations, store postal invoices for download in PDF format rather than printing them directly.',