projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
008060c
)
this can't possibly make a difference - context? RT#33681
author
Ivan Kohler
<ivan@freeside.biz>
Sat, 8 Aug 2015 06:17:31 +0000
(23:17 -0700)
committer
Ivan Kohler
<ivan@freeside.biz>
Sat, 8 Aug 2015 06:17:31 +0000
(23:17 -0700)
FS/FS/cust_pay.pm
patch
|
blob
|
history
diff --git
a/FS/FS/cust_pay.pm
b/FS/FS/cust_pay.pm
index
b81f161
..
5d4f67f
100644
(file)
--- 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