From 61dafd243f7a633ce75b709a96e86d0696ae625d Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 7 Aug 2015 23:16:25 -0700 Subject: [PATCH] this can't possibly make a difference - context? RT#33681 --- FS/FS/cust_pay.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/cust_pay.pm b/FS/FS/cust_pay.pm index b81f16114..5d4f67fe7 100644 --- a/FS/FS/cust_pay.pm +++ b/FS/FS/cust_pay.pm @@ -1235,7 +1235,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 -- 2.11.0