diff options
-rwxr-xr-x | bin/move-customers | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/move-customers b/bin/move-customers index c78b6ac25..d237d1237 100755 --- a/bin/move-customers +++ b/bin/move-customers @@ -55,7 +55,7 @@ my %domsvc_map = ( # 'DCHK' => [], # 'DCRD' => [], # 'COMP' => [], -); +#); #production my %eventparts = ( 'CARD' => [ 1, ], @@ -64,7 +64,7 @@ my %eventparts = ( 'DCHK' => [ 12, ], 'DCRD' => [ 15, ], 'COMP' => [], -) +); #-- |