[freeside-commits] freeside/httemplate/graph report_cust_bill_pkg.html, 1.4, 1.4.2.1 report_cust_pkg.html, 1.1.2.2, 1.1.2.3 report_money_time.html, 1.4, 1.4.2.1

Ivan,,, ivan at wavetail.420.am
Wed Dec 10 13:36:48 PST 2008


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- report_cust_pkg.html	14 Aug 2007 21:47:24 -0000	1.1.2.2
+++ report_cust_pkg.html	10 Dec 2008 21:36:46 -0000	1.1.2.3
@@ -6,9 +6,9 @@
 
 <% include('/elements/tr-select-from_to.html' ) %>
 
-<% include('/elements/tr-select-agent.html',
-             'curr_value' => scalar($cgi->param('agentnum')),
-             'label' => 'For agent: ',
+<% include('/elements/tr-select-agent.html'. 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.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- report_cust_bill_pkg.html	3 Feb 2007 11:36:30 -0000	1.4
+++ report_cust_bill_pkg.html	10 Dec 2008 21:36:46 -0000	1.4.2.1
@@ -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.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- report_money_time.html	3 Feb 2007 11:36:30 -0000	1.4
+++ report_money_time.html	10 Dec 2008 21:36:46 -0000	1.4.2.1
@@ -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