Fixed a problem with the %opts hash getting skewed (specifically $opt{'value'} =...
authorkhoff <khoff>
Mon, 5 Mar 2007 19:48:16 +0000 (19:48 +0000)
committerkhoff <khoff>
Mon, 5 Mar 2007 19:48:16 +0000 (19:48 +0000)
httemplate/search/report_cust_bill.html

index 4fa09f9..74b96cc 100644 (file)
@@ -5,7 +5,7 @@
 
 <TABLE>
   <% include( '/elements/tr-select-agent.html',
-                 $cgi->param('agentnum'),
+                 $cgi->param('agentnum') ? $cgi->param('agentnum') : '',
                  'label' => 'Invoices for agent: ',
              )
   %>