[freeside-commits] freeside/FS/FS Conf.pm,1.453,1.454
Erik Levinson
levinse at wavetail.420.am
Mon May 30 16:27:11 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv19472/FS/FS
Modified Files:
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.453
retrieving revision 1.454
diff -u -w -d -r1.453 -r1.454
--- Conf.pm 20 May 2011 20:19:43 -0000 1.453
+++ Conf.pm 30 May 2011 23:27:09 -0000 1.454
@@ -4445,6 +4445,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