summaryrefslogtreecommitdiff
path: root/FS/FS/rate.pm
diff options
context:
space:
mode:
authorivan <ivan>2005-02-24 14:24:07 +0000
committerivan <ivan>2005-02-24 14:24:07 +0000
commit4d599c8ce382f51d7bfbb4172cdc73a2c8bd400d (patch)
tree495cce273f64cd9f7e791014b8cf50bc973a4869 /FS/FS/rate.pm
parent41a036e2d95b39e28eecc624203024e27b3f539b (diff)
add progressbar to service definition add - duplicate checking can take a while, closes: Bug#1126
Diffstat (limited to 'FS/FS/rate.pm')
-rw-r--r--FS/FS/rate.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/rate.pm b/FS/FS/rate.pm
index 1cc2152..f19ebf0 100644
--- a/FS/FS/rate.pm
+++ b/FS/FS/rate.pm
@@ -2,8 +2,6 @@ package FS::rate;
use strict;
use vars qw( @ISA $DEBUG );
-use Storable qw(thaw);
-use Data::Dumper;
use FS::Record qw( qsearch qsearchs dbh fields );
use FS::rate_detail;
@@ -309,6 +307,8 @@ Experimental job-queue processor for web interface adds/edits
=cut
+use Storable qw(thaw);
+use Data::Dumper;
use MIME::Base64;
sub process {
my $job = shift;