X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_main.pm;h=7a0c7d6c85bbf39b2eced23c6fc80a5722c7b6c9;hb=4f6a747e8dc47310fcab3619eb541b9d5ba6dbed;hp=fa06344933fc1734ac3ae153239918a30463ea07;hpb=990d37e8da0eceab234e842a67a6665e868f38c6;p=freeside.git diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index fa0634493..7a0c7d6c8 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -2803,8 +2803,7 @@ sub bill { } elsif ( $postal_pkg ) { my $real_pkgpart = $postal_pkg->pkgpart; - # we could implement this bit as FS::part_pkg::has_hidden, but we alre -ady + # we could implement this bit as FS::part_pkg::has_hidden, but we already # suffer from performance issues $options{has_hidden} = 0; my @part_pkg = $postal_pkg->part_pkg->self_and_bill_linked; @@ -3216,7 +3215,7 @@ sub _make_lines { # If $cust_pkg has been modified, update it (if we're a real pkgpart) ### - if ( $lineitems || $options{has_hidden} ) { + if ( $lineitems ) { if ( $cust_pkg->modified && $cust_pkg->pkgpart == $real_pkgpart ) { # hmm.. and if just the options are modified in some weird price plan?