summaryrefslogtreecommitdiff
path: root/FS/FS/h_inventory_item.pm
blob: b4f0161286f8b42a2ddbaad8a37eaacc28ed33e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
package FS::h_inventory_item;

use strict;
use vars qw( @ISA );
use FS::h_Common;
use FS::inventory_item;

@ISA = qw( FS::h_Common FS::inventory_item );

sub table { 'h_inventory_item' };

=head1 NAME

FS::h_inventory_item - Historical record of inventory item activity

=head1 SYNOPSIS

=head1 DESCRIPTION

An FS::h_inventory_item object represents a change in the state of an 
inventory item.

=head1 BUGS

=head1 SEE ALSO

L<FS::inventory_item>,  L<FS::h_Common>, L<FS::Record>, schema.html from the 
base documentation.

=cut

1;