Difference between revisions of "Freeside:3:Documentation:Developer/FS/ConfDefaults"

From Freeside
Jump to: navigation, search
m (Edit via perl MediaWiki framework (1.13))
 
m (Edit via perl MediaWiki framework (1.13))
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 06:30, 10 February 2015

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