From d36faae4e6fe7d4dad126dbe9875ba43b05a5ba4 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 9 Apr 2014 13:25:42 -0700 Subject: installers, RT#16584 --- httemplate/elements/select-ticketing_queueid.html | 33 +++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 httemplate/elements/select-ticketing_queueid.html (limited to 'httemplate/elements/select-ticketing_queueid.html') diff --git a/httemplate/elements/select-ticketing_queueid.html b/httemplate/elements/select-ticketing_queueid.html new file mode 100644 index 000000000..540b38de7 --- /dev/null +++ b/httemplate/elements/select-ticketing_queueid.html @@ -0,0 +1,33 @@ + + +<%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} } : (); + + -- cgit v1.2.1