summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorjeff <jeff>2008-10-17 18:57:49 +0000
committerjeff <jeff>2008-10-17 18:57:49 +0000
commit57258cd385f8b61abf430c3a448fdaf4e1831494 (patch)
treedd6f2a5178293cb688db858c22a64d8a5fd3be8d /FS
parent2fc2c6d6dcb77a006db232b7b9efd624e814fe9f (diff)
correct erroneous line dupplication on invoices
Diffstat (limited to 'FS')
-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 45a73cc19..c292cfb5f 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -2833,7 +2833,7 @@ sub _items_cust_bill_pkg {
unit_amount => sprintf("%.2f", $cust_bill_pkg->unitrecur),
quantity => $cust_bill_pkg->quantity,
ext_description => \@d,
- };
+ } unless ( $type eq 'U' && ! $amount );
}