[freeside-commits] branch master updated. 51383e090e0e49c31a0f4a942a10f242b4061be2

Christopher Burger burgerc at freeside.biz
Fri Dec 1 14:12:33 PST 2017


The branch, master has been updated
       via  51383e090e0e49c31a0f4a942a10f242b4061be2 (commit)
       via  ba58657e5c3de57db339a9a97f9cea26af341077 (commit)
      from  197f613bac6c3f9a4bd7d1ea5fbf4769aea4ce1a (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 51383e090e0e49c31a0f4a942a10f242b4061be2
Merge: ba58657e5 197f613ba
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Fri Dec 1 17:11:10 2017 -0500

    Merge branch 'master' of ssh://git.freeside.biz/home/git/freeside


commit ba58657e5c3de57db339a9a97f9cea26af341077
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Fri Dec 1 16:59:15 2017 -0500

    RT# 75095 - Fixed use of a constant warning.

diff --git a/FS/FS/cust_main/Import_Charges.pm b/FS/FS/cust_main/Import_Charges.pm
index 64fcb5ccf..0a12c8752 100644
--- a/FS/FS/cust_main/Import_Charges.pm
+++ b/FS/FS/cust_main/Import_Charges.pm
@@ -169,10 +169,10 @@ sub batch_charge {
 
     if ( $row{agent_custid} && $agentnum ) {
       $id = $row{agent_custid};
-      $data{$id}{cust} = (
+      $data{$id}{cust} = {
         'agent_custid' => $row{agent_custid},
         'agentnum'     => $agentnum,
-      );
+      };
       %hash = ( 'agent_custid' => $row{agent_custid},
                 'agentnum'     => $agentnum,
               );

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/cust_main/Import_Charges.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list