Freeside:3:Documentation:Developer/FS/h cust pkg
From Freeside
< Freeside:3:Documentation:Developer | FS
Revision as of 13:34, 27 June 2014 by Jeremyd (talk | contribs) (Edit via perl MediaWiki framework (1.13))
NAME
FS::h_cust_pkg - Historical record of customer package changes
SYNOPSIS
DESCRIPTION
An FS::h_cust_pkg object represents historical changes to packages. FS::h_cust_pkg inherits from FS::h_Common and FS::cust_pkg.
CLASS METHODS
- search HASHREF
- Like FS::cust_pkg::search, but adapted for searching historical records. Takes the additional parameter "date", which is the timestamp to perform the search "as of" (i.e. search the most recent insert or replace_new record for each pkgnum that is not later than that date).
BUGS
SEE ALSO
FS::cust_pkg, FS::h_Common, FS::Record, schema.html from the base documentation.
POD ERRORS
Hey! The above document had some coding errors, which are explained below:
- Around line 96:
- You forgot a '=back' before '=head1'