From 7cdcb8d249f66efdbd5eb4efdd6e07f0f7948b49 Mon Sep 17 00:00:00 2001 From: jeff Date: Sun, 29 Apr 2007 22:55:14 +0000 Subject: ticket 1568 config options for new echeck fields and addition to selfservice interface --- httemplate/view/cust_main/billing.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate') diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 42467bb31..3fcb5d460 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -90,10 +90,12 @@ Billing information Bank name <% $cust_main->payname %> +% if ( $conf->exists('show_bankstate') ) { <% $paystate_label %> <% $cust_main->paystate || '   ' %> +% } % } elsif ( $cust_main->payby eq 'LECB' ) { % $cust_main->payinfo =~ /^(\d{3})(\d{3})(\d{4})$/; % my $payinfo = "$1-$2-$3"; -- cgit v1.2.1