X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fhuawei_hlr.pm;h=9b405d5b617ad511a6093cb5119b81dc53e9349a;hb=389b6f1116c3309c2ee57a6c295ed1a793503095;hp=aa09a1c64db9644a6445ef7bf057eb6211427187;hpb=97c67d2bf226fbe1cea8aceef36c24c3c406b74f;p=freeside.git diff --git a/FS/FS/part_export/huawei_hlr.pm b/FS/FS/part_export/huawei_hlr.pm index aa09a1c64..9b405d5b6 100644 --- a/FS/FS/part_export/huawei_hlr.pm +++ b/FS/FS/part_export/huawei_hlr.pm @@ -9,8 +9,6 @@ use FS::inventory_class; use FS::inventory_item; use IO::Socket::INET; use Data::Dumper; -use MIME::Base64 qw(decode_base64); -use Storable qw(thaw); use strict; @@ -251,7 +249,7 @@ sub command { sub process_import_sim { my $job = shift; - my $param = thaw(decode_base64(shift)); + my $param = shift; $param->{'job'} = $job; my $exportnum = delete $param->{'exportnum'}; my $export = __PACKAGE__->by_key($exportnum);