don't generate invoices for COMP customers
[freeside.git] / FS / FS / nas.pm
index cb0c1b9..2d17df8 100644 (file)
@@ -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<FS::Record>, schema.html from the base documentation.