From 4f6a747e8dc47310fcab3619eb541b9d5ba6dbed Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 24 Sep 2010 03:15:09 +0000 Subject: [PATCH] fix bad bug in line item generation RT#10024 --- FS/FS/cust_main.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? -- 2.11.0