X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export_option.pm;h=17bcf0059f27478f0242339743c51a32ed9731ef;hb=09af85fc0e7a48392c930c9672a99448cf9630d4;hp=e759404296608f4c7b917a4c244e04b73c2555fe;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924;p=freeside.git diff --git a/FS/FS/part_export_option.pm b/FS/FS/part_export_option.pm index e75940429..17bcf0059 100644 --- a/FS/FS/part_export_option.pm +++ b/FS/FS/part_export_option.pm @@ -1,11 +1,8 @@ package FS::part_export_option; +use base qw(FS::Record); use strict; -use vars qw( @ISA ); -use FS::Record qw( qsearch qsearchs ); -use FS::part_export; - -@ISA = qw(FS::Record); +use FS::Record qw( qsearchs ); #qw( qsearch qsearchs ); =head1 NAME