X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fbilling.html;h=09c0b4d1dee834c6afbf9d90d097b83291ad6c14;hb=1ea34a10ac52048e196041de7793c82500335db0;hp=ba63833f4c8ae14aa1526cbb179814d4fdaa05d2;hpb=5fdd19665fb7c0ad425a99d3dbf9ad7e27fbf44a;p=freeside.git diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index ba63833f4..09c0b4d1d 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 %> - - <% mt('ABA/Routing code') |h %> - <% $aba %> - + +% unless ( $conf->exists('echeck-no_routing') ) { + + <% mt('ABA/Routing code') |h %> + <% $aba %> + +% } % if ( $conf->exists('cust_main-require-bank-branch') ) { @@ -270,6 +273,15 @@ % } +% if ( $cust_main->locale ) { +% my %locale_info = FS::Locales->locale_info($cust_main->locale); + + <% mt('Invoicing locale') |h %> + <% $locale_info{name} . " (" . $locale_info{country} .")" %> + +% } + + <%once>