[freeside-commits] freeside/httemplate/search cust_bill_event.html, 1.12, 1.13 report_cust_event.html, 1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Tue Dec 25 15:49:25 PST 2007


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv13949/httemplate/search

Modified Files:
	cust_bill_event.html report_cust_event.html 
Log Message:
ho ho ho, merry XSSmas

Index: report_cust_event.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_cust_event.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- report_cust_event.html	1 Aug 2007 22:26:45 -0000	1.1
+++ report_cust_event.html	25 Dec 2007 23:49:23 -0000	1.2
@@ -5,7 +5,7 @@
 %>
 
     <FORM ACTION="cust_event.html" METHOD="GET">
-    <INPUT TYPE="hidden" NAME="failed" VALUE="<% $cgi->param('failed') %>">
+    <INPUT TYPE="hidden" NAME="failed" VALUE="<% $cgi->param('failed') ? 1 : 0 %>">
     <TABLE>
 
       <% include( '/elements/tr-select-agent.html' ) %>

Index: cust_bill_event.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_bill_event.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cust_bill_event.html	1 Aug 2007 22:26:45 -0000	1.12
+++ cust_bill_event.html	25 Dec 2007 23:49:23 -0000	1.13
@@ -8,7 +8,7 @@
     on open invoices.  See Reports-&gt;Billing events-&gt;Billing events for current event reports.</FONT><BR><BR>
 
     <FORM ACTION="cust_bill_event.cgi" METHOD="GET">
-    <INPUT TYPE="hidden" NAME="failed" VALUE="<% $cgi->param('failed') %>">
+    <INPUT TYPE="hidden" NAME="failed" VALUE="<% $cgi->param('failed') ? 1 : 0 %>">
     <TABLE>
 
       <% include( '/elements/tr-select-agent.html' ) %>



More information about the freeside-commits mailing list