summaryrefslogtreecommitdiff
path: root/eg/table_template-svc.pm
diff options
context:
space:
mode:
Diffstat (limited to 'eg/table_template-svc.pm')
-rw-r--r--eg/table_template-svc.pm5
1 files changed, 1 insertions, 4 deletions
diff --git a/eg/table_template-svc.pm b/eg/table_template-svc.pm
index 47dcbe6e4..7e10275cd 100644
--- a/eg/table_template-svc.pm
+++ b/eg/table_template-svc.pm
@@ -1,13 +1,10 @@
package FS::svc_table;
use strict;
-use vars qw(@ISA);
+use base qw( FS::svc_Common );
#use FS::Record qw( qsearch qsearchs );
-use FS::svc_Common;
use FS::cust_svc;
-@ISA = qw(FS::svc_Common);
-
=head1 NAME
FS::table_name - Object methods for table_name records