X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fbilling.html;h=662bc9b6f35d2ed80b398301f7ec104f457e6ea6;hb=5cebf6d642a74554ca424397d806f9b59ac19c5c;hp=f2596dbae043218dc9ffa9913a43d45fba5e6268;hpb=4de19e4303d8d692fb772b0a332be325bab50db3;p=freeside.git diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index f2596dbae..662bc9b6f 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -84,6 +84,8 @@ Billing information % } elsif ( $cust_main->payby eq 'CHEK' || $cust_main->payby eq 'DCHK') { % my( $account, $aba ) = split('@', $cust_main->paymask ); +% my $branch = ''; +% ($branch,$aba) = split('\.',$aba) if $conf->exists('cust_main-require-bank-branch'); Electronic check <% $cust_main->payby eq 'CHEK' ? '(automatic)' : '(on-demand)' %> @@ -93,6 +95,14 @@ Billing information ABA/Routing code <% $aba %> + +% if ( $conf->exists('cust_main-require-bank-branch') ) { + + Branch number + <% $branch %> + +% } + Account number <% $account %>