From: Ivan Kohler Date: Sat, 2 Dec 2017 02:23:23 +0000 (-0800) Subject: Merge branch 'master' of git.freeside.biz:/home/git/freeside X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4de16eee62ab478b385ea3a9aeffcaf76d7357cb;hp=d21b372b9fbba2546d8a1b586c51a5eb6818ac8a Merge branch 'master' of git.freeside.biz:/home/git/freeside --- 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, );