X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=51feb38471427ff94969f715fd45ed900e90f181;hb=79dcffa66be02e3ddb342d36dcded01888c3d841;hp=6fa47b6bd7205d4f195dcdfc95ac43a61afb1446;hpb=86c14f830b8d7e996bb84a0ad6a89f26816ea5b7;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 6fa47b6bd..51feb3847 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' => 'DEPRECATED, 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', }, @@ -958,6 +958,13 @@ httemplate/docs/config.html }, { + 'key' => 'emaildecline-exclude', + 'section' => 'billing', + 'description' => 'List of error messages that should not trigger email decline notices, one per line.', + 'type' => 'textarea', + }, + + { 'key' => 'cancelmessage', 'section' => 'billing', 'description' => 'Template file for cancellation emails.',