X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Frate.pm;h=a3826bff287385f5601cc76e8925d936f4bd25d5;hp=9a5b90546ab6f631bae9efb660e9d15c7c5ea628;hb=7516e3da0f17eeecba27219ef96a8b5f46af2083;hpb=706da330626bab472bf6f4e50cf3c181bfa0cf9f diff --git a/FS/FS/rate.pm b/FS/FS/rate.pm index 9a5b90546..a3826bff2 100644 --- a/FS/FS/rate.pm +++ b/FS/FS/rate.pm @@ -422,13 +422,10 @@ Job-queue processor for web interface adds/edits =cut -use Storable qw(thaw); use Data::Dumper; -use MIME::Base64; sub process { my $job = shift; - - my $param = thaw(decode_base64(shift)); + my $param = shift; warn Dumper($param) if $DEBUG; my $old = qsearchs('rate', { 'ratenum' => $param->{'ratenum'} } )