From: ivan Date: Wed, 1 Aug 2007 19:18:56 +0000 (+0000) Subject: some comments on config_orbase sub and add'l description for emailcancel config X-Git-Tag: TRIXBOX_2_6~446 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e2985f4afb40416c37e1c815b21b1c914095db45 some comments on config_orbase sub and add'l description for emailcancel config --- 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', },