diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 6cea990d5..f32b87a57 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1172,6 +1172,13 @@ httemplate/docs/config.html }, { + 'key' => 'show_stateid', + 'section' => 'UI', + 'description' => "Turns on display/collection of driver's license/state issued id numbers in the web interface. Sometimes required by electronic check (ACH) processors.", + 'type' => 'checkbox', + }, + + { 'key' => 'agent_defaultpkg', 'section' => 'UI', 'description' => 'Setting this option will cause new packages to be available to all agent types by default.', |