[freeside-commits] freeside/httemplate/search cust_bill_event.cgi,
1.7, 1.8
Ivan,,,
ivan at wavetail.420.am
Fri Oct 28 04:56:50 PDT 2005
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv20647
Modified Files:
cust_bill_event.cgi
Log Message:
don't show 'N/A' statustext as a failed billing event
Index: cust_bill_event.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_bill_event.cgi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- cust_bill_event.cgi 14 Jul 2005 10:52:46 -0000 1.7
+++ cust_bill_event.cgi 28 Oct 2005 11:56:48 -0000 1.8
@@ -15,7 +15,9 @@
my $where = " WHERE cust_bill_event._date >= $beginning".
" AND cust_bill_event._date <= $ending";
-$where .= " AND statustext != '' AND statustext IS NOT NULL"
+$where .= " AND statustext != '' ".
+ " AND statustext IS NOT NULL ".
+ " AND statustext != 'N/A' "
if $cgi->param('failed');
my $sql_query = {
More information about the freeside-commits
mailing list