[freeside-commits] freeside/FS/FS cust_bill.pm,1.322,1.323

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


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

Modified Files:
	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.322
retrieving revision 1.323
diff -u -w -d -r1.322 -r1.323
--- cust_bill.pm	23 Feb 2011 23:05:05 -0000	1.322
+++ cust_bill.pm	5 Mar 2011 20:44:16 -0000	1.323
@@ -4554,7 +4554,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