freeside/FS/FS cust_main.pm,1.165,1.166
ivan
ivan at pouncequick.420.am
Sun Dec 12 00:34:40 PST 2004
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv421
Modified Files:
cust_main.pm
Log Message:
fix customer status display for some cases with suspended accounts
Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- cust_main.pm 2 Dec 2004 09:59:47 -0000 1.165
+++ cust_main.pm 12 Dec 2004 08:34:36 -0000 1.166
@@ -2917,6 +2917,7 @@
AND 0 = ( SELECT COUNT(*) FROM cust_pkg
WHERE cust_pkg.custnum = cust_main.custnum
AND ( cust_pkg.susp IS NULL OR cust_pkg.susp = 0 )
+ AND ( cust_pkg.cancel IS NULL OR cust_pkg.cancel = 0 )
)
"; }
More information about the freeside-commits
mailing list