[freeside-commits] freeside/FS/FS Conf.pm,1.442,1.443
Ivan,,,
ivan at wavetail.420.am
Mon Apr 11 19:51:52 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv19179/FS/FS
Modified Files:
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.442
retrieving revision 1.443
diff -u -w -d -r1.442 -r1.443
--- Conf.pm 11 Apr 2011 21:33:53 -0000 1.442
+++ Conf.pm 12 Apr 2011 02:51:50 -0000 1.443
@@ -4387,6 +4387,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