summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-08-07 23:18:31 -0700
committerIvan Kohler <ivan@freeside.biz>2015-08-07 23:18:31 -0700
commitf888466b118f5f433cc123d455e611291f596466 (patch)
treec79f92b2550a97c95e4b3e88dc1878b2c0eef9af
parent0c76afbb717e1716e6126bc4a120b8d9471614a0 (diff)
this can't possibly make a difference - context? RT#33681
-rw-r--r--FS/FS/cust_pay.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_pay.pm b/FS/FS/cust_pay.pm
index b402ed373..61d29750e 100644
--- a/FS/FS/cust_pay.pm
+++ b/FS/FS/cust_pay.pm
@@ -1244,7 +1244,7 @@ sub process_batch_import {
'format_types' => { 'simple' => '' }, #force infer from file extension
'default_csv' => 1, #if not .xls, will read as csv, regardless of extension
'format_hash_callbacks' => { 'simple' => $hashcb },
- 'insert_args_callback' => sub { ( 'manual'=>1 ) },
+ 'insert_args_callback' => sub { ( 'manual'=>1 ); },
'postinsert_callback' => sub {
my $cust_pay = shift;
my $cust_main = $cust_pay->cust_main