[freeside-commits] branch FREESIDE_4_BRANCH updated. 2579181f50c6914c94708dd4bc9f83f7f679fe96

Ivan ivan at 420.am
Tue Sep 13 14:06:46 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  2579181f50c6914c94708dd4bc9f83f7f679fe96 (commit)
      from  70a34c5128f11c32ce199b6b87d205c98cd41357 (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 2579181f50c6914c94708dd4bc9f83f7f679fe96
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Sep 13 14:06:45 2016 -0700

    unclosed quotation in error message nit

diff --git a/FS/FS/pay_batch.pm b/FS/FS/pay_batch.pm
index 02c8e34..1049751 100644
--- a/FS/FS/pay_batch.pm
+++ b/FS/FS/pay_batch.pm
@@ -9,7 +9,7 @@ use List::Util qw(sum);
 use Time::Local;
 use Text::CSV_XS;
 use Date::Parse qw(str2time);
-use Business::CreditCard qw(cardtype);
+use Business::CreditCard qw( 0.35 cardtype );
 use FS::Record qw( dbh qsearch qsearchs );
 use FS::Conf;
 use FS::cust_pay;

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

Summary of changes:
 FS/FS/pay_batch.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list