[freeside-commits] branch FREESIDE_4_BRANCH updated. 43d55edb65a4ba0d4d2509deed46e897d61ff5d2
Ivan
ivan at 420.am
Fri Aug 7 23:18:30 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via 43d55edb65a4ba0d4d2509deed46e897d61ff5d2 (commit)
from 008060cdb11cbd68141326920439864708d04981 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 43d55edb65a4ba0d4d2509deed46e897d61ff5d2
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Aug 7 23:17:31 2015 -0700
this can't possibly make a difference - context? RT#33681
diff --git a/FS/FS/cust_pay.pm b/FS/FS/cust_pay.pm
index b81f161..5d4f67f 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
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_pay.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list