[freeside-commits] freeside/httemplate/search cust_bill_event.cgi, 1.14, 1.15

Ivan,,, ivan at wavetail.420.am
Thu Oct 4 09:45:52 PDT 2007


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

Modified Files:
	cust_bill_event.cgi 
Log Message:
fix compilation error!

Index: cust_bill_event.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_bill_event.cgi,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- cust_bill_event.cgi	2 Oct 2007 15:31:35 -0000	1.14
+++ cust_bill_event.cgi	4 Oct 2007 16:45:49 -0000	1.15
@@ -85,7 +85,7 @@
   = FS::UI::Web::parse_beginning_ending($cgi);
 
 if ( $cgi->param('failed') ) {
-  push $search{failed} = '1';
+  $search{failed} = '1';
 }
 
 if ( $cgi->param('part_bill_event.payby') =~ /^(\w+)$/ ) {



More information about the freeside-commits mailing list