[freeside-commits] freeside/FS/FS Conf.pm,1.397.2.37,1.397.2.38

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-serv11741

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	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.397.2.37
retrieving revision 1.397.2.38
diff -u -w -d -r1.397.2.37 -r1.397.2.38
--- Conf.pm	8 Apr 2011 04:59:00 -0000	1.397.2.37
+++ Conf.pm	10 Apr 2011 22:22:36 -0000	1.397.2.38
@@ -2642,6 +2642,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