diff options
author | ivan <ivan> | 2007-08-01 19:18:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-08-01 19:18:56 +0000 |
commit | e2985f4afb40416c37e1c815b21b1c914095db45 (patch) | |
tree | 7ce6997539ea59ff6af69c68d76b42197c761cc1 | |
parent | 6e62af72090a42d5f48111b1533e03fbff7b6de0 (diff) |
some comments on config_orbase sub and add'l description for emailcancel config
-rw-r--r-- | FS/FS/Conf.pm | 4 |
1 files changed, 3 insertions, 1 deletions
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', }, |