fix missing invoice details (RT#11561), but will this cause them to show up when...
authorivan <ivan>
Sat, 5 Mar 2011 20:44:16 +0000 (20:44 +0000)
committerivan <ivan>
Sat, 5 Mar 2011 20:44:16 +0000 (20:44 +0000)
FS/FS/cust_bill.pm

index 7672748..2c58a98 100644 (file)
@@ -4554,7 +4554,7 @@ sub _items_cust_bill_pkg {
             if $DEBUG > 1;
 
           push @d, $cust_bill_pkg->details(%details_opt)
             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;
 
           warn "$me _items_cust_bill_pkg calculating amount\n"
             if $DEBUG > 1;