allow all-agent reporting again
authorivan <ivan>
Wed, 10 Dec 2008 21:33:59 +0000 (21:33 +0000)
committerivan <ivan>
Wed, 10 Dec 2008 21:33:59 +0000 (21:33 +0000)
httemplate/graph/report_cust_bill_pkg.html
httemplate/graph/report_cust_pkg.html
httemplate/graph/report_money_time.html

index be5a71a..3d92382 100644 (file)
@@ -6,7 +6,11 @@
 
 <% include('/elements/tr-select-from_to.html' ) %>
 
-<% include('/elements/tr-select-agent.html', '', 'label' => 'For agent: ' ) %>
+<% include('/elements/tr-select-agent.html',
+             'label'         => 'For agent: '
+             'disable_empty' => 0,
+          )
+%>
 
 <% include('/elements/tr-select-pkg_class.html',
               'pre_options' => [ '0' => 'all' ],
index 0ff0181..22ccd5d 100644 (file)
@@ -7,8 +7,9 @@
 <% include('/elements/tr-select-from_to.html' ) %>
 
 <% include('/elements/tr-select-agent.html',
-             'curr_value' => scalar($cgi->param('agentnum')),
-             'label' => 'For agent: ',
+             'curr_value'    => scalar($cgi->param('agentnum')),
+             'label'         => 'For agent: ',
+             'disable_empty' => 0,
           )
 %>
 
index 04e4c19..351bd50 100644 (file)
 
 <% include('/elements/tr-select-from_to.html' ) %>
 
-<% include('/elements/tr-select-agent.html', 'label' => 'For agent: ' ) %>
+<% include('/elements/tr-select-agent.html',
+             'label'         => 'For agent: '
+             'disable_empty' => 0,
+          )
+%>
 
 <TR>
   <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="12mo" VALUE="1"></TD>