From 905187f976c20e261b0b7dfdc6c6f30acbc12592 Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 27 Apr 2007 22:37:07 +0000 Subject: [PATCH] SELECT doesn't accept a value --- httemplate/edit/cust_main/billing.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index 1440db4a8..1eda82545 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -191,7 +191,7 @@ % % qq!${r}Account number !. % qq!'. -% qq!Type!. +% qq!Type!. % @@ -205,6 +205,7 @@ % % qq!${r}Bank name !. % qq!!. +% ( $conf->exists('show_bankstate') ? % qq!$paystate_label!. % qq!!. % include('select-state.html', @@ -212,7 +213,10 @@ % 'state' => $cust_main->paystate, % 'country' => $cust_main->country, % 'prefix' => 'pay', -% ). "". +% ). "" +% : '' +% ). % % % qq! Charge future payments to this electronic check automatically'. -- 2.11.0