fix bad bug in line item generation RT#10024
authorjeff <jeff>
Fri, 24 Sep 2010 03:15:09 +0000 (03:15 +0000)
committerjeff <jeff>
Fri, 24 Sep 2010 03:15:09 +0000 (03:15 +0000)
FS/FS/cust_main.pm

index bfdc51e..7a0c7d6 100644 (file)
@@ -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?