From: jeff Date: Sat, 7 Apr 2007 00:07:07 +0000 (+0000) Subject: ommitted file X-Git-Tag: TRIXBOX_2_6~559 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ab02d4756be1fca80ef12ae74f4dda9ee5f01106 ommitted file --- diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index b73270c6c..b817de1f4 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -81,10 +81,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})$/; @@ -186,11 +190,15 @@ Billing information % } -<%init> +<%once> + +my $paystate_label = FS::Msgcat::_gettext('paystate'); +$paystate_label = 'Bank state' if $paystate_label =~/^paystate$/; + +<%init> my( $cust_main ) = @_; my @invoicing_list = $cust_main->invoicing_list; my $conf = new FS::Conf; my $money_char = $conf->config('money_char') || '$'; -