[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 7e7652ace045a7f5f0ab44855af90e968651a7e2

Ivan ivan at 420.am
Thu Oct 11 21:14:44 PDT 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  7e7652ace045a7f5f0ab44855af90e968651a7e2 (commit)
      from  3036893e38a8ab39d58251ae954ea496df24db43 (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 7e7652ace045a7f5f0ab44855af90e968651a7e2
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Oct 11 21:14:43 2012 -0700

    better debugging for errors removing credits requiring charging of previously-exempt texas tax, RT#19870

diff --git a/FS/FS/cust_credit_bill_pkg.pm b/FS/FS/cust_credit_bill_pkg.pm
index 64f1f29..e718296 100644
--- a/FS/FS/cust_credit_bill_pkg.pm
+++ b/FS/FS/cust_credit_bill_pkg.pm
@@ -243,7 +243,7 @@ sub delete {
     $sum = sprintf("%.2f", $sum);
     unless ($sum eq '0.00' || $sum eq '-0.00') {
       $dbh->rollback if $oldAutoCommit;
-      return "Can't unapply credit without charging tax";
+      return "Can't unapply credit without charging tax of $sum";
     }
   }
    

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

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




More information about the freeside-commits mailing list