when bill_usage_on_cancel config is set, fix billing setup on cancellation of unbille...
[freeside.git] / 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)
-            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;