summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-02-05 04:02:26 +0000
committerivan <ivan>2011-02-05 04:02:26 +0000
commit9d89a3835854549937b4cac08ab18a1596f820d4 (patch)
treebc5e7d5fe9134fc4731b771a80e62f63a8bf526f
parent20c454efe308234d18db11b48d7e74ddaacfe115 (diff)
add more debug tracing to invoice generation, RT#11452
-rw-r--r--FS/FS/cust_bill.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index 9d7f45b02..56d022c00 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -4228,8 +4228,9 @@ sub _items_cust_bill_pkg {
foreach my $cust_bill_pkg ( @$cust_bill_pkg )
{
- $discount_show_always = ($cust_bill_pkg->cust_bill_pkg_discount
- && $conf->exists('discount-show-always'));
+ #eating cpu and memory?
+ #$discount_show_always = ($cust_bill_pkg->cust_bill_pkg_discount
+ # && $conf->exists('discount-show-always'));
foreach ( $s, $r, ($opt{skip_usage} ? () : $u ) ) {
if ( $_ && !$cust_bill_pkg->hidden ) {