[freeside-commits] freeside/httemplate/search cust_bill_event.html, 1.13, 1.14 report_cust_bill.html, 1.9, 1.10 report_cust_credit.html, 1.13, 1.14 report_cust_event.html, 1.2, 1.3 report_cust_main.html, 1.8, 1.9 report_cust_main-zip.html, 1.5, 1.6 report_cust_pay_batch.html, 1.4, 1.5 report_cust_pay.html, 1.17, 1.18 report_cust_pkg.html, 1.10, 1.11 report_newtax.html, 1.1, 1.2 report_svc_acct.html, 1.3, 1.4 report_tax.html, 1.12, 1.13

Ivan,,, ivan at wavetail.420.am
Wed Dec 10 13:43:45 PST 2008


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

Modified Files:
	cust_bill_event.html report_cust_bill.html 
	report_cust_credit.html report_cust_event.html 
	report_cust_main.html report_cust_main-zip.html 
	report_cust_pay_batch.html report_cust_pay.html 
	report_cust_pkg.html report_newtax.html report_svc_acct.html 
	report_tax.html 
Log Message:
allow all-agent reporting again

Index: report_cust_bill.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_cust_bill.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- report_cust_bill.html	5 Jun 2008 08:54:35 -0000	1.9
+++ report_cust_bill.html	10 Dec 2008 21:43:43 -0000	1.10
@@ -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' ) %>

Index: report_cust_main-zip.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_cust_main-zip.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- report_cust_main-zip.html	1 Aug 2007 22:26:45 -0000	1.5
+++ report_cust_main-zip.html	10 Dec 2008 21:43:43 -0000	1.6
@@ -34,8 +34,9 @@
       </TR>
 
       <% 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_svc_acct.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_svc_acct.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- report_svc_acct.html	26 Mar 2008 02:21:23 -0000	1.3
+++ report_svc_acct.html	10 Dec 2008 21:43:43 -0000	1.4
@@ -9,7 +9,8 @@
       <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
     </TR>
     <% include( '/elements/tr-select-agent.html',
-                   ($cgi->param('agentnum') || ''),
+                   'curr_value'    => scalar($cgi->param('agentnum')),
+                   'disable_empty' => 0,
                )
     %>
 

Index: report_newtax.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_newtax.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- report_newtax.html	30 Sep 2008 21:05:13 -0000	1.1
+++ report_newtax.html	10 Dec 2008 21:43:43 -0000	1.2
@@ -4,7 +4,7 @@
 
 <TABLE>
 
- <% include( '/elements/tr-select-agent.html' ) %>
+ <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %>
 
  <% include( '/elements/tr-input-beginning_ending.html' ) %>
 

Index: report_cust_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_cust_pkg.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- report_cust_pkg.html	18 Nov 2007 20:02:54 -0000	1.10
+++ report_cust_pkg.html	10 Dec 2008 21:43:43 -0000	1.11
@@ -12,7 +12,8 @@
     </TR>
 
     <% include( '/elements/tr-select-agent.html',
-                   'curr_value' => scalar( $cgi->param('agentnum') ),
+                   'curr_value'    => scalar( $cgi->param('agentnum') ),
+                   'disable_empty' => 0,
                )
     %>
 

Index: report_cust_credit.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_cust_credit.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- report_cust_credit.html	4 Dec 2007 20:51:51 -0000	1.13
+++ report_cust_credit.html	10 Dec 2008 21:43:43 -0000	1.14
@@ -12,8 +12,9 @@
   %>
 
   <% 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: cust_bill_event.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_bill_event.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- cust_bill_event.html	25 Dec 2007 23:49:23 -0000	1.13
+++ cust_bill_event.html	10 Dec 2008 21:43:43 -0000	1.14
@@ -11,7 +11,7 @@
     <INPUT TYPE="hidden" NAME="failed" VALUE="<% $cgi->param('failed') ? 1 : 0 %>">
     <TABLE>
 
-      <% include( '/elements/tr-select-agent.html' ) %>
+      <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %>
 
       <!--<TR>
         <TD ALIGN="right">Customer type</TD>

Index: report_cust_pay.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_cust_pay.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- report_cust_pay.html	1 Aug 2007 22:26:45 -0000	1.17
+++ report_cust_pay.html	10 Dec 2008 21:43:43 -0000	1.18
@@ -49,8 +49,9 @@
   </TR>
 
   <% 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_event.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_cust_event.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- report_cust_event.html	25 Dec 2007 23:49:23 -0000	1.2
+++ report_cust_event.html	10 Dec 2008 21:43:43 -0000	1.3
@@ -8,7 +8,7 @@
     <INPUT TYPE="hidden" NAME="failed" VALUE="<% $cgi->param('failed') ? 1 : 0 %>">
     <TABLE>
 
-      <% include( '/elements/tr-select-agent.html' ) %>
+      <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %>
 
       <!--<TR>
         <TD ALIGN="right">Customer type</TD>

Index: report_cust_pay_batch.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_cust_pay_batch.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- report_cust_pay_batch.html	1 Aug 2007 22:26:45 -0000	1.4
+++ report_cust_pay_batch.html	10 Dec 2008 21:43:43 -0000	1.5
@@ -16,8 +16,9 @@
   </TR>
 
   <% 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_tax.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_tax.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- report_tax.html	3 Feb 2007 11:36:30 -0000	1.12
+++ report_tax.html	10 Dec 2008 21:43:43 -0000	1.13
@@ -4,7 +4,7 @@
 
 <TABLE>
 
- <% include( '/elements/tr-select-agent.html' ) %>
+ <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %>
 
  <% include( '/elements/tr-input-beginning_ending.html' ) %>
 % my $conf = new FS::Conf;

Index: report_cust_main.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_cust_main.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- report_cust_main.html	5 Jun 2008 10:36:42 -0000	1.8
+++ report_cust_main.html	10 Dec 2008 21:43:43 -0000	1.9
@@ -10,7 +10,8 @@
     </TR>
 
     <% include( '/elements/tr-select-agent.html',
-                   ($cgi->param('agentnum') || ''),
+                  'curr_value'    => scalar($cgi->param('agentnum')),
+                  'disable_empty' => 0,
                )
     %>
 



More information about the freeside-commits mailing list