[freeside-commits] freeside/FS/FS cust_pkg.pm, 1.179.2.24, 1.179.2.25
Erik Levinson
levinse at wavetail.420.am
Fri Jul 22 10:55:51 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv12185/FS/FS
Modified Files:
Tag: FREESIDE_2_1_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.179.2.24
retrieving revision 1.179.2.25
diff -u -w -d -r1.179.2.24 -r1.179.2.25
--- cust_pkg.pm 12 Jul 2011 22:58:48 -0000 1.179.2.24
+++ cust_pkg.pm 22 Jul 2011 17:55:49 -0000 1.179.2.25
@@ -2999,7 +2999,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