Difference between revisions of "Freeside:1.7:Documentation:Developer/FS/ConfDefaults"
From Freeside
(import from POD) |
(No difference)
|
Latest revision as of 18:51, 3 October 2007
Contents
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.