X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fqueue_depend.pm;h=cd3f7872f0f69a2a8eb2a78f471332dad87b0180;hp=bc910d8e911c35acb81fa6d30c37ee260a2566ea;hb=dbf521cf2f1f1a05f4722006f339b2595c8ee70f;hpb=5fc8c5edf574ab024d4646914b6432d458e2ffbd diff --git a/FS/FS/queue_depend.pm b/FS/FS/queue_depend.pm index bc910d8e9..cd3f7872f 100644 --- a/FS/FS/queue_depend.pm +++ b/FS/FS/queue_depend.pm @@ -1,11 +1,7 @@ package FS::queue_depend; +use base qw(FS::Record); use strict; -use vars qw( @ISA ); -use FS::Record qw( qsearch qsearchs ); -use FS::queue; - -@ISA = qw(FS::Record); =head1 NAME @@ -43,7 +39,7 @@ inherits from FS::Record. The following fields are currently supported: The job specified by B depends on the job specified B - the B job will not be run until the B job has completed -sucessfully (or manually removed). +successfully (or manually removed). =head1 METHODS