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

index 9cce591..ef0a298 100644 (file)
@@ -4523,7 +4523,7 @@ sub _items_cust_bill_pkg {
             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;