diff options
Diffstat (limited to 'httemplate/search/report_cust_bill.html')
-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 74b96cc90..d6848921e 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: ', ) %> |