summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-03-05 20:44:16 +0000
committerivan <ivan>2011-03-05 20:44:16 +0000
commit2266fd6cfc6c9a0e88cf62c0567713dc9db26436 (patch)
treeb6246665fa906a8ca86244d7caa2cb97d226d916
parentbd4cf157ffed8f1191724c1975866c3d21fb30df (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 76727488a..2c58a988d 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -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;