From 1ae273f69e5bf2b46c9c5fcd990ad923770ace56 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 14 May 2012 17:42:31 -0700 Subject: add umask_ss config, RT#17606 --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index da8717e25..2acbf0a89 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1924,6 +1924,13 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'unmask_ss', + 'section' => 'UI', + 'description' => "Don't mask social security numbers in the web interface.", + 'type' => 'checkbox', + }, + { 'key' => 'show_stateid', 'section' => 'UI', -- cgit v1.2.1