[freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.24.2.1, 1.24.2.2
Erik Levinson
levinse at wavetail.420.am
Mon May 30 16:26:37 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv19367/httemplate/view/cust_main
Modified Files:
Tag: FREESIDE_2_1_BRANCH
billing.html
Log Message:
optional better visibility for invoicing email field, RT12944
Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/billing.html,v
retrieving revision 1.24.2.1
retrieving revision 1.24.2.2
diff -u -w -d -r1.24.2.1 -r1.24.2.2
--- billing.html 24 Apr 2011 17:04:39 -0000 1.24.2.1
+++ billing.html 30 May 2011 23:26:34 -0000 1.24.2.2
@@ -203,12 +203,14 @@
<% ( grep { $_ eq 'FAX' } @invoicing_list ) ? 'yes' : 'no' %>
</TD>
</TR>
+% unless ( $conf->exists('cust-email-high-visibility')) {
<TR>
<TD ALIGN="right">Email invoices</TD>
<TD BGCOLOR="#ffffff">
<% join(', ', grep { $_ !~ /^(POST|FAX)$/ } @invoicing_list ) || 'no' %>
</TD>
</TR>
+% }
<TR>
<TD ALIGN="right">Invoice terms</TD>
<TD BGCOLOR="#ffffff">
More information about the freeside-commits
mailing list