diff options
Diffstat (limited to 'httemplate')
| -rw-r--r-- | httemplate/search/report_cust_bill.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_bill.html b/httemplate/search/report_cust_bill.html index 4fa09f96c..74b96cc90 100644 --- a/httemplate/search/report_cust_bill.html +++ b/httemplate/search/report_cust_bill.html @@ -5,7 +5,7 @@  <TABLE>    <% include( '/elements/tr-select-agent.html', -                 $cgi->param('agentnum'), +                 $cgi->param('agentnum') ? $cgi->param('agentnum') : '',                   'label' => 'Invoices for agent: ',               )    %>  | 
