diff options
-rw-r--r-- | httemplate/search/report_cust_bill.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/search/report_cust_bill.html b/httemplate/search/report_cust_bill.html index d6848921e..e551c8e9e 100644 --- a/httemplate/search/report_cust_bill.html +++ b/httemplate/search/report_cust_bill.html @@ -1,9 +1,10 @@ -<% 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') || ''), 'label' => 'Invoices for agent: ', |