allow all-agent reporting again
[freeside.git] / httemplate / search / report_cust_bill.html
index 74b96cc..96cf492 100644 (file)
@@ -1,12 +1,14 @@
-<% include('/elements/header.html', 'Invoice report criteria' ) %>
+<% include('/elements/header.html', 'Invoice Report' ) %>
 
 <FORM ACTION="cust_bill.html" METHOD="GET">
 <INPUT TYPE="hidden" NAME="magic" VALUE="_date">
 
-<TABLE>
+<TABLE BGCOLOR="#cccccc" CELLSPACING=0
+
   <% include( '/elements/tr-select-agent.html',
-                 $cgi->param('agentnum') ? $cgi->param('agentnum') : '',
-                 'label' => 'Invoices for agent: ',
+                 'curr_value'    => scalar( $cgi->param('agentnum') ),
+                 'label'         => 'Invoices for agent: ',
+                 'disable_empty' => 0,
              )
   %>
   <% include( '/elements/tr-input-beginning_ending.html' ) %>