diff options
author | levinse <levinse> | 2011-07-22 17:55:49 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-07-22 17:55:49 +0000 |
commit | 1f960b8eaf73733c50122e5e886e1f38bf625046 (patch) | |
tree | 5985ffb001a96b26f12307eca5230c224b567fe5 /FS | |
parent | 4324f91461552d38cc2751339f4e2a5e963bdf3a (diff) |
FCC form 477 part II and V issues, RT13057
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_pkg.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index 5fd53478d..b9b58e537 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -2999,7 +2999,8 @@ sub search { # 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 |