summaryrefslogtreecommitdiff
path: root/FS/FS/agent_type.pm
diff options
context:
space:
mode:
authorkhoff <khoff>2003-08-05 00:20:51 +0000
committerkhoff <khoff>2003-08-05 00:20:51 +0000
commit58d44fbe5eb9ab32e6d87063a4a3b22ddba9a828 (patch)
treeedf14524361cd9cf59c673dc85e85d130a979283 /FS/FS/agent_type.pm
parentf2ffe6fc096fa59b1931da531b7a40b78cd6b747 (diff)
Virtual field merge
Diffstat (limited to 'FS/FS/agent_type.pm')
-rw-r--r--FS/FS/agent_type.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/FS/FS/agent_type.pm b/FS/FS/agent_type.pm
index 988533a..5ba5ef2 100644
--- a/FS/FS/agent_type.pm
+++ b/FS/FS/agent_type.pm
@@ -102,7 +102,8 @@ sub check {
my $self = shift;
$self->ut_numbern('typenum')
- or $self->ut_text('atype');
+ or $self->ut_text('atype')
+ or $self->SUPER::check;
}
@@ -150,7 +151,7 @@ sub pkgpart {
=head1 VERSION
-$Id: agent_type.pm,v 1.1 1999-08-04 09:03:53 ivan Exp $
+$Id: agent_type.pm,v 1.2 2003-08-05 00:20:40 khoff Exp $
=head1 BUGS