From: mark Date: Fri, 16 Jul 2010 03:09:59 +0000 (+0000) Subject: adjust "Create Ticket" link, RT#7656 X-Git-Tag: root_of_svc_elec_features~55 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=9414a814e49a86a832e4f56ec1a6bcc927f55e6b adjust "Create Ticket" link, RT#7656 --- diff --git a/httemplate/view/cust_main/tickets.html b/httemplate/view/cust_main/tickets.html index e1f9a131e..7a511a962 100644 --- a/httemplate/view/cust_main/tickets.html +++ b/httemplate/view/cust_main/tickets.html @@ -1,19 +1,27 @@ -
- -in queue - % my %queues = FS::TicketSystem->queues(); -% foreach my $queueid ( keys %queues ) { +% foreach my $queueid ( sort { $queues{$a} cmp $queues{$b} } keys %queues ) { % #should consider whether the user has ACL to create ticket in each queue
+
(View <% $openlabel %> tickets for this customer)