From: mark Date: Tue, 20 Jul 2010 21:33:42 +0000 (+0000) Subject: adjust "Create Ticket" link, RT#7656 X-Git-Tag: freeside_1_9_5~112 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b54e09f88fc382e625508f640c802d382d481c11 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)