[freeside-commits] freeside/FS/FS Conf.pm,1.397.2.40,1.397.2.41

Ivan,,, ivan at wavetail.420.am
Mon Apr 11 19:51:54 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	Conf.pm 
Log Message:
add disable_payauto_default conf, RT#12431

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.397.2.40
retrieving revision 1.397.2.41
diff -u -w -d -r1.397.2.40 -r1.397.2.41
--- Conf.pm	11 Apr 2011 21:34:28 -0000	1.397.2.40
+++ Conf.pm	12 Apr 2011 02:51:52 -0000	1.397.2.41
@@ -4350,6 +4350,14 @@
     'select_enum' => [ '', '7', 'EmulateIE7', '8', 'EmulateIE8' ],
   },
 
+  {
+    'key'         => 'disable_payauto_default',
+    'section'     => 'UI',
+    'description' => 'Disable the "Charge future payments to this (card|check) automatically" checkbox from defaulting to checked.',
+    '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