[freeside-commits] freeside/httemplate/elements dashboard-toplist.html, 1.5, 1.5.8.1

Mark Wells mark at wavetail.420.am
Thu Mar 3 18:26:29 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv24493/httemplate/elements

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	dashboard-toplist.html 
Log Message:
option to override requestor in new tickets, #7777

Index: dashboard-toplist.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/dashboard-toplist.html,v
retrieving revision 1.5
retrieving revision 1.5.8.1
diff -u -w -d -r1.5 -r1.5.8.1
--- dashboard-toplist.html	22 Aug 2008 03:01:06 -0000	1.5
+++ dashboard-toplist.html	4 Mar 2011 02:26:27 -0000	1.5.8.1
@@ -27,7 +27,9 @@
             <% include('/elements/mcp_lint.html', 'cust_main'=>$cust_main) %>
           </TD>
 	  <TD CLASS="grid" BGCOLOR="<% $bgcolor %>" ALIGN="right">
-	    <FONT SIZE="-1"><A HREF="<% FS::TicketSystem->href_new_ticket($cust_main, join(', ', grep { $_ !~ /^(POST|FAX)$/ } $cust_main->invoicing_list ) ) %>">(new ticket)</A></FONT>
+	    <FONT SIZE="-1">
+            <A HREF="<% FS::TicketSystem->href_new_ticket($cust_main) %>">(new ticket)</A>
+            </FONT>
 	  </TD>
 
 %         foreach my $priority ( @custom_priorities, '' ) {



More information about the freeside-commits mailing list