in a new 5.x install, don't try to upgrade from 3.x-style payby, those fields are...
[freeside.git] / FS / FS / registrar.pm
index cf5dc49..70a925a 100644 (file)
@@ -1,10 +1,7 @@
 package FS::registrar;
+use base qw(FS::Record);
 
 use strict;
-use vars qw( @ISA );
-use FS::Record qw( qsearch qsearchs );
-
-@ISA = qw(FS::Record);
 
 =head1 NAME