From 03dd706eeb32ffdbde752f60d0d1987092b0a598 Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 7 Apr 2007 00:17:36 +0000 Subject: [PATCH] ommitted file (backport) --- httemplate/view/cust_main/billing.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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$/; + + -- 2.20.1