X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fclientapi_session_field.pm;h=d9bd697f5fb286a20a32e5db81b3548ce26d8638;hp=f790da898507f9e6d367e286ce53fc4e71f06689;hb=389b6f1116c3309c2ee57a6c295ed1a793503095;hpb=fc9e97f6cab72de473288470c0681534caf25ea5 diff --git a/FS/FS/clientapi_session_field.pm b/FS/FS/clientapi_session_field.pm index f790da898..d9bd697f5 100644 --- a/FS/FS/clientapi_session_field.pm +++ b/FS/FS/clientapi_session_field.pm @@ -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, L, schema.html from the +L, L, L, schema.html from the base documentation. =cut