agent-virtualize credit card surcharge percentage, RT#72961
[freeside.git] / FS / FS / clientapi_session_field.pm
index f790da8..d9bd697 100644 (file)
@@ -1,10 +1,7 @@
 package FS::clientapi_session_field;
+use base qw(FS::Record);
 
 use strict;
-use vars qw( @ISA );
-use FS::Record qw( qsearch qsearchs );
-
-@ISA = qw(FS::Record);
 
 =head1 NAME
 
@@ -113,11 +110,9 @@ sub check {
 
 =head1 BUGS
 
-The author forgot to customize this manpage.
-
 =head1 SEE ALSO
 
-L<FS::clientapi_session>, L<FS::ClientAPI, L<FS::Record>, schema.html from the
+L<FS::clientapi_session>, L<FS::ClientAPI>, L<FS::Record>, schema.html from the
 base documentation.
 
 =cut