diff options
author | mark <mark> | 2011-03-04 02:26:15 +0000 |
---|---|---|
committer | mark <mark> | 2011-03-04 02:26:15 +0000 |
commit | bd4cf157ffed8f1191724c1975866c3d21fb30df (patch) | |
tree | 69c671672da4d5ddccc05de5a392bd8cb10da786 /httemplate/view | |
parent | 93ccbad65ffe1726adc038d8e4e05c4100b0c11c (diff) |
option to override requestor in new tickets, #7777
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/cust_main/tickets.html | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/httemplate/view/cust_main/tickets.html b/httemplate/view/cust_main/tickets.html index eea5a7f98..064f51147 100644 --- a/httemplate/view/cust_main/tickets.html +++ b/httemplate/view/cust_main/tickets.html @@ -106,13 +106,9 @@ my $res_link = FS::TicketSystem->href_customer_tickets( { 'statuses' => [ 'resolved' ] } ); -my( $new_base, %new_param ) = FS::TicketSystem->href_params_new_ticket( - $cust_main, - join(', ', $cust_main->invoicing_list_emailonly ) ); +my( $new_base, %new_param ) = + FS::TicketSystem->href_params_new_ticket( $cust_main ); -my $new_link = FS::TicketSystem->href_new_ticket( - $cust_main, - join(', ', $cust_main->invoicing_list_emailonly ) - ); +my $new_link = FS::TicketSystem->href_new_ticket( $cust_main ); </%init> |