X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fqueue_depend.pm;h=99a22c5c6e26a642448c596f6c2381fc94373d2e;hb=80511cb4158b98db01deec317e5408675487bc6e;hp=4a4e3c55cc187d3ff93562dd751557ffe2868c6b;hpb=eb7c552dd8290d6b33a4e026c5dc21ebf01105cf;p=freeside.git diff --git a/FS/FS/queue_depend.pm b/FS/FS/queue_depend.pm index 4a4e3c55c..99a22c5c6 100644 --- a/FS/FS/queue_depend.pm +++ b/FS/FS/queue_depend.pm @@ -43,7 +43,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 @@ -103,6 +103,7 @@ sub check { $self->ut_numbern('dependnum') || $self->ut_foreign_key('jobnum', 'queue', 'jobnum') || $self->ut_foreign_key('depend_jobnum', 'queue', 'jobnum') + || $self->SUPER::check ; }