From 8ae921f9d6b1405e3712a7626b80014cd29d5259 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 20 Dec 2012 23:01:42 -0800 Subject: [PATCH] credit line items interface: set credit amounts, RT#18676 --- FS/FS/cust_credit.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/FS/FS/cust_credit.pm b/FS/FS/cust_credit.pm index 9fd2d01a4..18d8bedb3 100644 --- a/FS/FS/cust_credit.pm +++ b/FS/FS/cust_credit.pm @@ -812,7 +812,6 @@ sub credit_lineitems { # do so evenly...) my $loc_amount = min( $amount, $location->amount); - #$taxtotal += $loc_amount $amount -= $loc_amount; #push @taxlines, -- 2.11.0