diff options
Diffstat (limited to 'httemplate/search/report_cust_bill.html')
| -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 e82ff3453..96cf49263 100644 --- a/httemplate/search/report_cust_bill.html +++ b/httemplate/search/report_cust_bill.html @@ -6,8 +6,9 @@ <TABLE BGCOLOR="#cccccc" CELLSPACING=0 <% include( '/elements/tr-select-agent.html', - 'curr_value' => scalar( $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' ) %> |
