From: jeff Date: Fri, 24 Sep 2010 03:15:09 +0000 (+0000) Subject: fix bad bug in line item generation RT#10024 X-Git-Tag: freeside_1_9_5~22 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=4f6a747e8dc47310fcab3619eb541b9d5ba6dbed;p=freeside.git fix bad bug in line item generation RT#10024 --- diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index bfdc51e8c..7a0c7d6c8 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -3215,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?