diff options
| author | jeff <jeff> | 2007-04-29 23:30:53 +0000 |
|---|---|---|
| committer | jeff <jeff> | 2007-04-29 23:30:53 +0000 |
| commit | 92fe5ff676ffb33595f8f5a07a96f221770e1c77 (patch) | |
| tree | 3fb11e11e962ddd541014889d7902f01be5f0fe9 /httemplate/view/cust_main | |
| parent | 1a4615c5b473900e810154473f5e964e0b1ae8ea (diff) | |
ticket 1568 config options for new echeck fields and addition to selfservice interface (backport)
Diffstat (limited to 'httemplate/view/cust_main')
| -rw-r--r-- | httemplate/view/cust_main/billing.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 50e1c82cd..8562f9374 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -98,10 +98,12 @@ Billing information <TD ALIGN="right">Bank name</TD> <TD BGCOLOR="#ffffff"><% $cust_main->payname %></TD> </TR> +% if ( $conf->exists('show_bankstate') ) { <TR> <TD ALIGN="right"><% $paystate_label %></TD> <TD BGCOLOR="#ffffff"><% $cust_main->paystate || ' ' %></TD> </TR> +% } % } elsif ( $cust_main->payby eq 'LECB' ) { % $cust_main->payinfo =~ /^(\d{3})(\d{3})(\d{4})$/; % my $payinfo = "$1-$2-$3"; |
