ACL for hardware class config, RT#85057
[freeside.git] / FS / FS / cust_svc_option.pm
index 0a242d5..43006c6 100644 (file)
@@ -1,10 +1,7 @@
 package FS::cust_svc_option;
+use base qw(FS::Record);
 
 use strict;
-use vars qw( @ISA );
-#use FS::Record qw( qsearch qsearchs );
-
-@ISA = qw(FS::Record);
 
 =head1 NAME
 
@@ -124,8 +121,6 @@ sub check {
 
 =head1 BUGS
 
-The author forgot to customize this manpage.
-
 =head1 SEE ALSO
 
 L<FS::Record>, schema.html from the base documentation.