X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fnas.pm;h=2d17df899789a97b7411c875cc20355386fc4715;hp=cb0c1b9013c7b5fb464bc9ba9e362ed198644368;hb=58d44fbe5eb9ab32e6d87063a4a3b22ddba9a828;hpb=fb13e429f8499f6eadad09c1452489ca0f4f7031 diff --git a/FS/FS/nas.pm b/FS/FS/nas.pm index cb0c1b901..2d17df899 100644 --- a/FS/FS/nas.pm +++ b/FS/FS/nas.pm @@ -114,7 +114,9 @@ sub check { || $self->ut_text('nas') || $self->ut_ip('nasip') || $self->ut_domain('nasfqdn') - || $self->ut_numbern('last'); + || $self->ut_numbern('last') + || $self->SUPER::check + ; } =item heartbeat TIMESTAMP @@ -136,10 +138,12 @@ sub heartbeat { =head1 VERSION -$Id: nas.pm,v 1.5 2001-04-15 13:35:12 ivan Exp $ +$Id: nas.pm,v 1.7 2003-08-05 00:20:43 khoff Exp $ =head1 BUGS +heartbeat method uses SQL directly and doesn't update history tables. + =head1 SEE ALSO L, schema.html from the base documentation.