[freeside-commits] branch master updated. 61dafd243f7a633ce75b709a96e86d0696ae625d

Ivan ivan at 420.am
Fri Aug 7 23:17:30 PDT 2015


The branch, master has been updated
       via  61dafd243f7a633ce75b709a96e86d0696ae625d (commit)
      from  6fa9fee704a6289a6a23d836bd7f9c5796325d83 (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 61dafd243f7a633ce75b709a96e86d0696ae625d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Aug 7 23:16:25 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