summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-12-01 18:23:23 -0800
committerIvan Kohler <ivan@freeside.biz>2017-12-01 18:23:23 -0800
commit4de16eee62ab478b385ea3a9aeffcaf76d7357cb (patch)
tree4db6f395ee5f7ad804d2a8cc71b93192e8572d32
parentd21b372b9fbba2546d8a1b586c51a5eb6818ac8a (diff)
parent51383e090e0e49c31a0f4a942a10f242b4061be2 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
-rw-r--r--FS/FS/cust_main/Import_Charges.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_main/Import_Charges.pm b/FS/FS/cust_main/Import_Charges.pm
index 64fcb5c..0a12c87 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,
);