From: jeff Date: Sat, 7 Apr 2007 00:17:36 +0000 (+0000) Subject: ommitted file (backport) X-Git-Tag: freeside_1_7_3rc1~490 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=03dd706eeb32ffdbde752f60d0d1987092b0a598;p=freeside.git ommitted file (backport) --- diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 1f80dc5bc..435403bda 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -89,10 +89,14 @@ Billing information Account number <% 'x'x(length($account)-2). substr($account,(length($account)-2)) %> + Account type + <% $cust_main->paytype %> Bank name <% $cust_main->payname %> + <% $paystate_label %> + <% $cust_main->paystate || '   ' %> % } elsif ( $cust_main->payby eq 'LECB' ) { % $cust_main->payinfo =~ /^(\d{3})(\d{3})(\d{4})$/; @@ -189,4 +193,9 @@ Billing information +<%once> +my $paystate_label = FS::Msgcat::_gettext('paystate'); +$paystate_label = 'Bank state' if $paystate_label =~/^paystate$/; + +