RT# 80898 - added config option to allow for the changing of the name for credit...
[freeside.git] / FS / FS / cust_svc_option.pm
index 07fec90..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