[freeside-commits] freeside/FS/FS Conf.pm,1.293,1.294

Mark Wells mark at wavetail.420.am
Thu Jun 25 23:55:10 PDT 2009


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv11084/FS

Modified Files:
	Conf.pm 
Log Message:
Add expiration alerts to freeside-daily routine

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -d -r1.293 -r1.294
--- Conf.pm	25 Jun 2009 01:28:53 -0000	1.293
+++ Conf.pm	26 Jun 2009 06:55:07 -0000	1.294
@@ -566,11 +566,19 @@
   },
 
   {
+    'key'         => 'alert_expiration',
+    'section'     => 'billing',
+    'description' => 'Enable alerts about billing method expiration.',
+    'type'        => 'checkbox',
+    'per_agent'   => 1,
+  },
+
+  {
     'key'         => 'alerter_template',
     'section'     => 'billing',
     'description' => 'Template file for billing method expiration alerts.  See the <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:1.7:Documentation:Administration#Credit_cards_and_Electronic_checks">billing documentation</a> for details.',
     'type'        => 'textarea',
-    'per-agent'   => 1,
+    'per_agent'   => 1,
   },
 
   {



More information about the freeside-commits mailing list