From 57258cd385f8b61abf430c3a448fdaf4e1831494 Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 17 Oct 2008 18:57:49 +0000 Subject: [PATCH] correct erroneous line dupplication on invoices --- FS/FS/cust_bill.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } -- 2.11.0