diff options
author | ivan <ivan> | 2004-12-09 21:33:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-12-09 21:33:57 +0000 |
commit | 57323a695e58b58cc8892784d356995f6e41bfcd (patch) | |
tree | e9b5b953f7b6e742d7e5c6572a6e4d2f8b497dff /httemplate | |
parent | e42d636dd0efb8d7c9aceb7402f866d2a4950498 (diff) |
set default requestor to email invoice addresses
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/view/cust_main/tickets.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/tickets.html b/httemplate/view/cust_main/tickets.html index 61c94d61f..d6ddfa64c 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> |