echeck options to hide routing number and add account owner name, RT#13885
[freeside.git] / httemplate / view / cust_main / billing.html
index ba63833..cf22ff7 100644 (file)
     <% mt("Electronic check ([_1])",$autodemand) |h %>
   </TD>
 </TR>
-<TR>
-  <TD ALIGN="right"><% mt('ABA/Routing code') |h %></TD>
-  <TD BGCOLOR="#ffffff"><% $aba %></TD>
-</TR>
+
+% unless ( $conf->exists('echeck-no_routing') ) {
+  <TR>
+    <TD ALIGN="right"><% mt('ABA/Routing code') |h %></TD>
+    <TD BGCOLOR="#ffffff"><% $aba %></TD>
+  </TR>
+% }
 
 % if ( $conf->exists('cust_main-require-bank-branch') ) {
 <TR>