freeside/httemplate/view/cust_main tickets.html,1.1,1.2
ivan
ivan at pouncequick.420.am
Thu Dec 9 13:33:45 PST 2004
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory pouncequick:/tmp/cvs-serv16683/httemplate/view/cust_main
Modified Files:
tickets.html
Log Message:
set default requestor to email invoice addresses
Index: tickets.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/tickets.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tickets.html 9 Dec 2004 09:21:43 -0000 1.1
+++ tickets.html 9 Dec 2004 21:33:42 -0000 1.2
@@ -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>
More information about the freeside-commits
mailing list