diff options
author | ivan <ivan> | 2007-11-14 23:10:25 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-11-14 23:10:25 +0000 |
commit | 6eae8e86517298d4de53d9754487d53b4f29765d (patch) | |
tree | 471bdb0645b7ff12c54415bfa064d77bb51a8944 /httemplate/view/cust_main/tickets.html | |
parent | 1737abc0d3f9e5b615e833af0f2a7afd59f876e8 (diff) |
add link to resolved tickets too
Diffstat (limited to 'httemplate/view/cust_main/tickets.html')
-rw-r--r-- | httemplate/view/cust_main/tickets.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/httemplate/view/cust_main/tickets.html b/httemplate/view/cust_main/tickets.html index c4183ae55..c9c3b6d1b 100644 --- a/httemplate/view/cust_main/tickets.html +++ b/httemplate/view/cust_main/tickets.html @@ -6,8 +6,10 @@ <A NAME="tickets"><FONT SIZE="+2">Tickets</FONT></A> <BR> -(<A HREF="<% FS::TicketSystem->href_customer_tickets($cust_main->custnum) %>">View all tickets for this customer</A>) -(<A HREF="<% FS::TicketSystem->href_new_ticket($cust_main, join(', ', grep { $_ !~ /^(POST|FAX)$/ } $cust_main->invoicing_list ) ) %>">New ticket for this customer</A>) +(<A HREF="<% FS::TicketSystem->href_customer_tickets($cust_main->custnum) %>">View <% join('/', FS::TicketSystem->statuses ) %> tickets for this customer</A>) +(<A HREF="<% FS::TicketSystem->href_customer_tickets($cust_main->custnum, { 'statuses' => [ 'resolved' ] } ) %>">View resolved tickets for this customer</A>) +<BR> +(<A HREF="<% FS::TicketSystem->href_new_ticket($cust_main, join(', ', grep { $_ !~ /^(POST|FAX)$/ } $cust_main->invoicing_list ) ) %>">Create new ticket for this customer</A>) <% include("/elements/table-grid.html") %> % my $bgcolor1 = '#eeeeee'; |