[freeside-commits] branch master updated. 8ae921f9d6b1405e3712a7626b80014cd29d5259

Ivan ivan at 420.am
Thu Dec 20 23:01:48 PST 2012


The branch, master has been updated
       via  8ae921f9d6b1405e3712a7626b80014cd29d5259 (commit)
      from  61e988d7675346395d24f1d7a2e89f4d90b95a6c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8ae921f9d6b1405e3712a7626b80014cd29d5259
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Dec 20 23:01:42 2012 -0800

    credit line items interface: set credit amounts, RT#18676

diff --git a/FS/FS/cust_credit.pm b/FS/FS/cust_credit.pm
index 9fd2d01..18d8bed 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,

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/cust_credit.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list