X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main%2Fbilling.html;h=5e97934c1b801a925da0138baac72ce9feecf328;hb=5cebf6d642a74554ca424397d806f9b59ac19c5c;hp=0db2ae8a4db0af1c4b69f0b13f818f8ea99b7ae4;hpb=4de19e4303d8d692fb772b0a332be325bab50db3;p=freeside.git diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index 0db2ae8a4..5e97934c1 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -126,6 +126,8 @@ % my $payby = $cust_main->payby; % my $paytype = $cust_main->paytype; % my( $account, $aba ) = split('@', $payinfo); +% my $branch = ''; +% ($branch,$aba) = split('\.',$aba) if $conf->exists('cust_main-require-bank-branch'); % % my $disabled = 'DISABLED style="background-color: #dddddd"'; % my $text_disabled = 'style="color: #999999"'; @@ -242,6 +244,10 @@ % qq!!. % qq!!. % +% ( $conf->exists('cust_main-require-bank-branch') ? +% qq!$r Branch number +% ! : '' ). +% % qq!${r}Bank name !. % qq!!. % ( $conf->exists('show_bankstate') ?