[freeside-commits] freeside/FS/FS Conf.pm,1.439,1.440

Ivan,,, ivan at wavetail.420.am
Sun Apr 10 15:22:38 PDT 2011


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

Modified Files:
	Conf.pm 
Log Message:
added company_phonenum, for notifications, RT#12363

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.439
retrieving revision 1.440
diff -u -w -d -r1.439 -r1.440
--- Conf.pm	8 Apr 2011 04:58:58 -0000	1.439
+++ Conf.pm	10 Apr 2011 22:22:35 -0000	1.440
@@ -2658,6 +2658,14 @@
   },
 
   {
+    'key'         => 'company_phonenum',
+    'section'     => 'notification',
+    'description' => 'Your company phone number',
+    'type'        => 'text',
+    'per_agent'   => 1,
+  },
+
+  {
     'key'         => 'echeck-void',
     'section'     => 'deprecated',
     'description' => '<B>DEPRECATED</B>, now controlled by ACLs.  Used to enable local-only voiding of echeck payments in addition to refunds against the payment gateway',



More information about the freeside-commits mailing list