From 75161eec0faac3afe4c044269e892ce5d61c0d80 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 22 Jul 2010 23:34:45 +0000 Subject: option to force default queue for new tickets in cust_main, RT#8889 --- FS/FS/Conf.pm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index e18cff693..7898065b2 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1148,6 +1148,12 @@ and customer address. Include units.', 'type' => 'select', 'select_enum' => [ '', 'Payable upon receipt', 'Net 0', 'Net 10', 'Net 15', 'Net 20', 'Net 30', 'Net 45', 'Net 60' ], }, + { + 'key' => 'invoice_print_pdf', + 'section' => 'invoicing', + 'description' => 'Store postal invoices for download in PDF format rather than printing them directly.', + 'type' => 'checkbox', + }, { 'key' => 'invoice_show_prior_due_date', @@ -2237,7 +2243,12 @@ and customer address. Include units.', } }, }, - + { + 'key' => 'ticket_system-force_default_queueid', + 'section' => '', + 'description' => 'Disallow queue selection when creating new tickets from customer view.', + 'type' => 'checkbox', + }, { 'key' => 'ticket_system-selfservice_queueid', 'section' => '', -- cgit v1.2.1