X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fbilling.html;h=6e36e99e87823a09d918b06f03a0905d79f4cb65;hb=b429a422185206c645c84ec1c3540494d336b943;hp=cf22ff7017493906dbd7e2a4f68e84a83deb4132;hpb=3d62ec9362d0b22c17a17da6197f8b2fc219a54e;p=freeside.git diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index cf22ff701..6e36e99e8 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -93,12 +93,10 @@ -% unless ( $conf->exists('echeck-no_routing') ) { - - <% mt('ABA/Routing code') |h %> - <% $aba %> - -% } + + <% mt('ABA/Routing code') |h %> + <% $aba %> + % if ( $conf->exists('cust_main-require-bank-branch') ) { @@ -143,7 +141,7 @@ % if ( $cust_main->payinfo ) { - P.O.') |h %> + <% $cust_main->payinfo %> % } @@ -273,6 +271,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>