[freeside-commits] freeside/FS/FS cust_main.pm, 1.464.2.46, 1.464.2.47

Jeff Finucane,420,, jeff at wavetail.420.am
Thu Sep 23 20:15:11 PDT 2010


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv5995

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	cust_main.pm 
Log Message:
fix bad bug in line item generation RT#10024

Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.464.2.46
retrieving revision 1.464.2.47
diff -u -w -d -r1.464.2.46 -r1.464.2.47
--- cust_main.pm	25 Aug 2010 08:43:31 -0000	1.464.2.46
+++ cust_main.pm	24 Sep 2010 03:15:09 -0000	1.464.2.47
@@ -3215,7 +3215,7 @@
   # 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?



More information about the freeside-commits mailing list