<%init> my %opt = @_; my $conf = new FS::Conf; my %queues = (); if ( $conf->config('ticket_system') ) { %queues = FS::TicketSystem->queues(); } my @post_options = $opt{post_options} ? @{ $opt{post_options} } : ();