From: jeff Date: Fri, 27 Apr 2007 22:37:07 +0000 (+0000) Subject: SELECT doesn't accept a value X-Git-Tag: TRIXBOX_2_6~529 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=905187f976c20e261b0b7dfdc6c6f30acbc12592 SELECT doesn't accept a value --- 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'.