diff options
Diffstat (limited to 'httemplate/search/report_cust_credit.html')
-rw-r--r-- | httemplate/search/report_cust_credit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_credit.html b/httemplate/search/report_cust_credit.html index 993209763..139902228 100644 --- a/httemplate/search/report_cust_credit.html +++ b/httemplate/search/report_cust_credit.html @@ -18,7 +18,7 @@ </TR> <% include( '/elements/tr-select-agent.html', - $cgi->param('agentnum'), + ($cgi->param('agentnum') || ''), 'label' => 'for agent: ', ) %> |