[freeside-commits] freeside/FS/FS Conf.pm,1.397.2.49,1.397.2.50
Erik Levinson
levinse at wavetail.420.am
Mon May 30 16:27:13 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv19478/FS/FS
Modified Files:
Tag: FREESIDE_2_1_BRANCH
Conf.pm
Log Message:
optional better visibility for invoicing email field, RT12944
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.397.2.49
retrieving revision 1.397.2.50
diff -u -w -d -r1.397.2.49 -r1.397.2.50
--- Conf.pm 20 May 2011 20:19:22 -0000 1.397.2.49
+++ Conf.pm 30 May 2011 23:27:10 -0000 1.397.2.50
@@ -4393,6 +4393,13 @@
'type' => 'checkbox',
},
+ {
+ 'key' => 'cust-email-high-visibility',
+ 'section' => 'UI',
+ 'description' => 'Move the invoicing e-mail address field to the top of the billing address section and highlight it.',
+ '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