Merge branch 'master' of git.freeside.biz:/home/git/freeside
authorIvan Kohler <ivan@freeside.biz>
Sat, 2 Dec 2017 02:23:23 +0000 (18:23 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sat, 2 Dec 2017 02:23:23 +0000 (18:23 -0800)
FS/FS/cust_main/Import_Charges.pm

index 64fcb5c..0a12c87 100644 (file)
@@ -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,
               );