[freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.30, 1.31

Erik Levinson levinse at wavetail.420.am
Mon May 30 16:25:09 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv19111/httemplate/view/cust_main

Modified Files:
	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.30
retrieving revision 1.31
diff -u -w -d -r1.30 -r1.31
--- billing.html	27 May 2011 02:25:43 -0000	1.30
+++ billing.html	30 May 2011 23:25:07 -0000	1.31
@@ -203,12 +203,14 @@
     <% ( grep { $_ eq 'FAX' } @invoicing_list ) ? $yes : $no %>
   </TD>
 </TR>
+% unless ( $conf->exists('cust-email-high-visibility')) {
 <TR>
   <TD ALIGN="right"><% mt('Email invoices') |h %></TD>
   <TD BGCOLOR="#ffffff">
     <% join(', ', grep { $_ !~ /^(POST|FAX)$/ } @invoicing_list ) || $no %>
   </TD>
 </TR>
+% }
 <TR>
   <TD ALIGN="right"><% mt('Invoice terms') |h %></TD>
   <TD BGCOLOR="#ffffff">



More information about the freeside-commits mailing list