From: Ivan Kohler Date: Tue, 13 Sep 2016 21:06:44 +0000 (-0700) Subject: unclosed quotation in error message nit X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=bc330b42139caf8fadbf4c0c5b4e866f53271a95 unclosed quotation in error message nit --- diff --git a/FS/FS/pay_batch.pm b/FS/FS/pay_batch.pm index 02c8e34b0..104975100 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;