X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Finventory_class.pm;h=dacbc512ff8430455a4e582ca2d1f20c60c4b169;hp=4747241d7a298ed54aabcff337773f149f635029;hb=57bb423fe457ba4e13726877f53bcdf944f828f8;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984 diff --git a/FS/FS/inventory_class.pm b/FS/FS/inventory_class.pm index 4747241d7..dacbc512f 100644 --- a/FS/FS/inventory_class.pm +++ b/FS/FS/inventory_class.pm @@ -1,10 +1,8 @@ package FS::inventory_class; +use base qw(FS::Record); use strict; -use vars qw( @ISA ); -use FS::Record qw( dbh qsearch qsearchs ); - -@ISA = qw(FS::Record); +use FS::Record qw( dbh ); # qsearch qsearchs dbh ); =head1 NAME