X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fbilling.html;h=6e36e99e87823a09d918b06f03a0905d79f4cb65;hb=5f1cd2ddf1b38ce35bb6c49de8bf4268f208df41;hp=ba63833f4c8ae14aa1526cbb179814d4fdaa05d2;hpb=f13d4c6396201bdf26a4086c708523a0db313acc;p=freeside.git diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index ba63833f4..6e36e99e8 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -92,6 +92,7 @@ <% mt("Electronic check ([_1])",$autodemand) |h %> + <% mt('ABA/Routing code') |h %> <% $aba %> @@ -140,7 +141,7 @@ % if ( $cust_main->payinfo ) { - P.O.') |h %> + <% $cust_main->payinfo %> % } @@ -270,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>