diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-09-13 14:06:44 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-13 14:06:44 -0700 |
commit | bc330b42139caf8fadbf4c0c5b4e866f53271a95 (patch) | |
tree | 36a9d2270fb40c6466faff0ee5cddaf3adca8d42 /FS | |
parent | 634c4c50c2d866e94229c7eecd9aace726ac9e99 (diff) |
unclosed quotation in error message nit
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/pay_batch.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |