summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorivan <ivan>2003-09-29 02:17:51 +0000
committerivan <ivan>2003-09-29 02:17:51 +0000
commit4196bc59e8cceb04c6f76fab46ce249ff0178c43 (patch)
treeeb07eb123adfbf54fa4af5118d512a60fc3b6f80 /FS/FS
parentc8f80bd5aaeb0f3844a7cece4bfe250d4f89f745 (diff)
finish removing quiet config options
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/Conf.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 6fa47b6bd..400de69d6 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -888,8 +888,8 @@ httemplate/docs/config.html
{
'key' => 'selfservice_server-quiet',
- 'section' => '',
- 'description' => 'Disable decline and cancel emails generated by transactions initiated by the selfservice server. Not recommended, unless the customer will get instant feedback from a customer service UI, and receiving an email would be confusing/overkill.',
+ 'section' => 'deprecated',
+ 'description' => '<b>DEPRECATED</b>, the self-service server no longer sends superfluous decline and cancel emails. Used to disable decline and cancel emails generated by transactions initiated by the selfservice server.',
'type' => 'checkbox',
},