[freeside-commits] freeside/httemplate/graph report_cust_bill_pkg.html, 1.5, 1.6 report_cust_pkg.html, 1.1, 1.2 report_money_time.html, 1.5, 1.6

Ivan,,, ivan at wavetail.420.am
Wed Dec 10 13:34:01 PST 2008


Update of /home/cvs/cvsroot/freeside/httemplate/graph
In directory wavetail.420.am:/tmp/cvs-serv30709

Modified Files:
	report_cust_bill_pkg.html report_cust_pkg.html 
	report_money_time.html 
Log Message:
allow all-agent reporting again

Index: report_cust_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/graph/report_cust_pkg.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- report_cust_pkg.html	14 Aug 2007 21:46:17 -0000	1.1
+++ report_cust_pkg.html	10 Dec 2008 21:33:59 -0000	1.2
@@ -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: report_cust_bill_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/graph/report_cust_bill_pkg.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- report_cust_bill_pkg.html	1 Aug 2007 22:26:40 -0000	1.5
+++ report_cust_bill_pkg.html	10 Dec 2008 21:33:59 -0000	1.6
@@ -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: report_money_time.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/graph/report_money_time.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- report_money_time.html	1 Aug 2007 22:26:40 -0000	1.5
+++ report_money_time.html	10 Dec 2008 21:33:59 -0000	1.6
@@ -18,7 +18,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,
+          )
+%>
 
 <TR>
   <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="12mo" VALUE="1"></TD>



More information about the freeside-commits mailing list