so Search.tsf and Search.rdf work
[freeside.git] / eg / table_template-svc.pm
index c5e8f96..7f7ef4b 100644 (file)
@@ -6,7 +6,7 @@ use vars qw(@ISA);
 use FS::svc_Common;
 use FS::cust_svc;
 
-@ISA = qw(svc_Common);
+@ISA = qw(FS::svc_Common);
 
 =head1 NAME
 
@@ -141,15 +141,11 @@ sub check {
   my $part_svc = $x;
 
 
-  ''; #no error
+  $self->SUPER::check;
 }
 
 =back
 
-=head1 VERSION
-
-$Id: table_template-svc.pm,v 1.2 2001-08-21 02:44:47 ivan Exp $
-
 =head1 BUGS
 
 The author forgot to customize this manpage.