summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-03-05 20:44:17 +0000
committerivan <ivan>2011-03-05 20:44:17 +0000
commit27d8db899a726117329d45af3af149e881856bac (patch)
tree1c99a001521a9d7bb94ec89745d40cd2620e13b6
parentb748d0884d194ec36fe10fbcc3f2f6322c4c0490 (diff)
fix missing invoice details (RT#11561), but will this cause them to show up when they shouldn't?
-rw-r--r--FS/FS/cust_bill.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index 9cce591d4..ef0a2984e 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -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;