From 4d599c8ce382f51d7bfbb4172cdc73a2c8bd400d Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 24 Feb 2005 14:24:07 +0000 Subject: add progressbar to service definition add - duplicate checking can take a while, closes: Bug#1126 --- FS/FS/rate.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FS/FS/rate.pm') 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; -- cgit v1.1