[freeside-commits] freeside/FS/FS Conf.pm,1.306,1.307

Ivan,,, ivan at wavetail.420.am
Fri Aug 7 16:08:05 PDT 2009


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

Modified Files:
	Conf.pm 
Log Message:
add ability to edit signup dates (turn on cust_main-edit_signupdate config), RT#4644

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -d -r1.306 -r1.307
--- Conf.pm	30 Jul 2009 06:42:31 -0000	1.306
+++ Conf.pm	7 Aug 2009 23:08:02 -0000	1.307
@@ -3016,6 +3016,13 @@
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'cust_main-edit_signupdate',
+    'section'     => 'UI',
+    'descritpion' => 'Enable manual editing of the signup date.',
+    'type'        => 'checkbox',
+  },
+
   { key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },



More information about the freeside-commits mailing list