summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorivan <ivan>2003-09-29 02:17:50 +0000
committerivan <ivan>2003-09-29 02:17:50 +0000
commitf448821b74ba09f119006cd38810e0626e4650bc (patch)
tree969474120e2689cd4bff1d0ebba1d4d015d8d476 /FS/FS
parent308b95cc6fbc442938bc65a002fbab9109ff09d2 (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 253df9057..d4f40603f 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -895,8 +895,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',
},