fix cpu/memory problem?, RT#11452
[freeside.git] / FS / FS / cust_bill.pm
index 9d7f45b..5013211 100644 (file)
@@ -4229,7 +4229,7 @@ sub _items_cust_bill_pkg {
   {
 
     $discount_show_always = ($cust_bill_pkg->cust_bill_pkg_discount
-                               && $conf->exists('discount-show-always'));
+                               && $conf->exists('discount-show-always'));
 
     foreach ( $s, $r, ($opt{skip_usage} ? () : $u ) ) {
       if ( $_ && !$cust_bill_pkg->hidden ) {