[freeside-commits] freeside/FS/FS Conf.pm,1.201,1.202

Ivan,,, ivan at wavetail.420.am
Wed Aug 1 12:18:58 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv10442/FS/FS

Modified Files:
	Conf.pm 
Log Message:
some comments on config_orbase sub and add'l description for emailcancel config

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -d -r1.201 -r1.202
--- Conf.pm	18 Jul 2007 18:07:37 -0000	1.201
+++ Conf.pm	1 Aug 2007 19:18:56 -0000	1.202
@@ -157,6 +157,8 @@
 #=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 @@
   {
     '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',
   },
 



More information about the freeside-commits mailing list