This commit was generated by cvs2svn to compensate for changes in r11022,
[freeside.git] / FS / FS / h_inventory_item.pm
1 package FS::h_inventory_item;
2
3 use strict;
4 use vars qw( @ISA );
5 use FS::h_Common;
6 use FS::inventory_item;
7
8 @ISA = qw( FS::h_Common FS::inventory_item );
9
10 sub table { 'h_inventory_item' };
11
12 =head1 NAME
13
14 FS::h_inventory_item - Historical record of inventory item activity
15
16 =head1 SYNOPSIS
17
18 =head1 DESCRIPTION
19
20 An FS::h_inventory_item object represents a change in the state of an 
21 inventory item.
22
23 =head1 BUGS
24
25 =head1 SEE ALSO
26
27 L<FS::inventory_item>,  L<FS::h_Common>, L<FS::Record>, schema.html from the 
28 base documentation.
29
30 =cut
31
32 1;
33