[freeside-commits] freeside/FS/FS cust_pkg.pm,1.204,1.204.2.1
Erik Levinson
levinse at wavetail.420.am
Fri Jul 22 10:55:49 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv12168/FS/FS
Modified Files:
Tag: FREESIDE_2_3_BRANCH
cust_pkg.pm
Log Message:
FCC form 477 part II and V issues, RT13057
Index: cust_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_pkg.pm,v
retrieving revision 1.204
retrieving revision 1.204.2.1
diff -u -w -d -r1.204 -r1.204.2.1
--- cust_pkg.pm 12 Jul 2011 22:58:41 -0000 1.204
+++ cust_pkg.pm 22 Jul 2011 17:55:47 -0000 1.204.2.1
@@ -3005,7 +3005,8 @@
# parse fcc_line
###
- push @where, "part_pkg.fcc_ds0s > 0" if $params->{fcc_line};
+ push @where, "(part_pkg.fcc_ds0s > 0 OR pkg_class.fcc_ds0s > 0)"
+ if $params->{fcc_line};
###
# parse censustract
More information about the freeside-commits
mailing list