summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2004-12-09 21:33:57 +0000
committerivan <ivan>2004-12-09 21:33:57 +0000
commit57323a695e58b58cc8892784d356995f6e41bfcd (patch)
treee9b5b953f7b6e742d7e5c6572a6e4d2f8b497dff /httemplate
parente42d636dd0efb8d7c9aceb7402f866d2a4950498 (diff)
set default requestor to email invoice addresses
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/view/cust_main/tickets.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/tickets.html b/httemplate/view/cust_main/tickets.html
index 61c94d6..d6ddfa6 100644
--- a/httemplate/view/cust_main/tickets.html
+++ b/httemplate/view/cust_main/tickets.html
@@ -30,7 +30,7 @@
Highest priority tickets
(<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->custnum) %>">New ticket for this customer</A>)
+(<A HREF="<%= FS::TicketSystem->href_new_ticket($cust_main->custnum, join(', ', grep { $_ ne 'POST' } $cust_main->invoicing_list ) ) %>">New ticket for this customer</A>)
<%= table() %>
<TR>
<TH>#</TH>