X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fagent.pm;h=6de15ae6f8327ff0f22d19ff178aa781ebe5962f;hb=58d44fbe5eb9ab32e6d87063a4a3b22ddba9a828;hp=1afe7064117a21dee75e5b9dbd88dad7ad60712e;hpb=9951dac925264910d664b50d2fc33cf3dc1c734e;p=freeside.git diff --git a/FS/FS/agent.pm b/FS/FS/agent.pm index 1afe70641..6de15ae6f 100644 --- a/FS/FS/agent.pm +++ b/FS/FS/agent.pm @@ -40,7 +40,7 @@ from FS::Record. The following fields are currently supported: =over 4 -=item agemtnum - primary key (assigned automatically for new agents) +=item agentnum - primary key (assigned automatically for new agents) =item agent - Text name of this agent @@ -113,8 +113,7 @@ sub check { return "Unknown typenum!" unless $self->agent_type; - ''; - + $self->SUPER::check; } =item agent_type @@ -145,7 +144,7 @@ sub pkgpart_hashref { =head1 VERSION -$Id: agent.pm,v 1.2 2000-12-03 13:45:15 ivan Exp $ +$Id: agent.pm,v 1.4 2003-08-05 00:20:40 khoff Exp $ =head1 BUGS