X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=0d77f3de6ecde08f82c8536bf474723fd1956c90;hb=d0cfae64ac8c44a379b0f64e4f47a678ecd8fe77;hp=43d604c59c66b8bd66c66c24e902dfccdd8f1cc0;hpb=fd93bd0bf90836be82c5271bb36e46cca83735f4;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 43d604c59..0d77f3de6 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2251,7 +2251,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' => '', @@ -3808,6 +3813,22 @@ and customer address. Include units.', }, }, + { + 'key' => 'cust_tag-location', + 'section' => 'UI', + 'description' => 'Location where customer tags are displayed.', + 'type' => 'select', + 'select_enum' => [ 'misc_info', 'top' ], + }, + + { + 'key' => 'maestro-status_test', + 'section' => 'UI', + 'description' => 'Display a link to the maestro status test page on the customer view page', + 'type' => 'checkbox', + }, + + { key => "apacheroot", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachines", section => "deprecated", description => "DEPRECATED", type => "text" },