From e2985f4afb40416c37e1c815b21b1c914095db45 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 1 Aug 2007 19:18:56 +0000 Subject: [PATCH] some comments on config_orbase sub and add'l description for emailcancel config --- FS/FS/Conf.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index b8fd27eb2..f797f275c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -157,6 +157,8 @@ sub exists { #=cut # outmoded as soon as we shift to agentnum based config values +# well, mostly. still useful for e.g. late notices, etc. in that we want +# these to fall back to standard values sub config_orbase { my $self = shift; return $self->_usecompat('config_orbase', @_) if use_confcompat; @@ -1306,7 +1308,7 @@ httemplate/docs/config.html { 'key' => 'emailcancel', 'section' => 'billing', - 'description' => 'Enable emailing of cancellation notices.', + 'description' => 'Enable emailing of cancellation notices. Make sure to fill in the cancelmessage and cancelsubject configuration values as well.', 'type' => 'checkbox', }, -- 2.11.0