summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/billing.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/cust_main/billing.html')
-rw-r--r--httemplate/view/cust_main/billing.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index ba63833f4..cf22ff701 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -92,10 +92,13 @@
<% 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>