<% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>

FS::ConfDefaults

NAME

FS::ConfDefaults - Freeside configuration default and available values

SYNOPSIS

  use FS::ConfDefaults;

  @avail_cust_fields = FS::ConfDefaults->cust_fields_avail();

DESCRIPTION

Just a small class to keep config default and available values

METHODS

cust_fields_avail

Returns a list, suitable for assigning to a hash, of available values and labels for customer fields values.

BUGS

Not yet.

SEE ALSO

FS::Conf

<% include ('/elements/footer.html' ) %>