[freeside-commits] freeside/FS/FS cust_bill.pm, 1.299.2.21, 1.299.2.22

Ivan,,, ivan at wavetail.420.am
Sat Mar 5 12:44:21 PST 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	cust_bill.pm 
Log Message:
fix missing invoice details (RT#11561), but will this cause them to show up when they shouldn't?

Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.299.2.21
retrieving revision 1.299.2.22
diff -u -w -d -r1.299.2.21 -r1.299.2.22
--- cust_bill.pm	23 Feb 2011 23:05:09 -0000	1.299.2.21
+++ cust_bill.pm	5 Mar 2011 20:44:17 -0000	1.299.2.22
@@ -4523,7 +4523,7 @@
             if $DEBUG > 1;
 
           push @d, $cust_bill_pkg->details(%details_opt)
-            unless ($is_summary || $type && $type eq 'R');
+            unless $is_summary; # || ($type && $type eq 'R');
 
           warn "$me _items_cust_bill_pkg calculating amount\n"
             if $DEBUG > 1;



More information about the freeside-commits mailing list