RT# 75095 - Fixed use of a constant warning.
authorChristopher Burger <burgerc@freeside.biz>
Fri, 1 Dec 2017 21:59:15 +0000 (16:59 -0500)
committerChristopher Burger <burgerc@freeside.biz>
Fri, 1 Dec 2017 21:59:15 +0000 (16:59 -0500)
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,
               );