[freeside-commits] branch master updated. 47ab335f71ebed3cc69f8a6604979798f917b91b

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


The branch, master has been updated
       via  47ab335f71ebed3cc69f8a6604979798f917b91b (commit)
      from  cb0c47fff7f412d2a8f9ae611f84584fcf8518de (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 47ab335f71ebed3cc69f8a6604979798f917b91b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Oct 11 21:14:41 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 4189007..7427d09 100644
--- a/FS/FS/cust_credit_bill_pkg.pm
+++ b/FS/FS/cust_credit_bill_pkg.pm
@@ -277,7 +277,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