diff options
| author | ivan <ivan> | 2008-12-28 18:48:16 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-12-28 18:48:16 +0000 |
| commit | e8783189b8e95a013e7f56c750083832e6c2a198 (patch) | |
| tree | ec4901131ef5ab7f6f56e4007c4007bc25aa4e41 /httemplate/edit/cust_main/billing.html | |
| parent | 47fb113107c52d76663496eb7b5c06aa20f45978 (diff) | |
fix browse results for selecting counties (resulting from separating tax classes), also add dropdowns to browse by state and county, RT#4496
Diffstat (limited to 'httemplate/edit/cust_main/billing.html')
| -rw-r--r-- | httemplate/edit/cust_main/billing.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index 22cc10b8d..02a5480cf 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -199,11 +199,11 @@ % ( $conf->exists('show_bankstate') ? % qq!<TR><TD ALIGN="right" WIDTH="200">$paystate_label</TD>!. % qq!<TD COLSPAN="3" WIDTH="408">!. -% include('select-state.html', +% include('/elements/select-state.html', % 'empty' => '(choose)', % 'state' => $cust_main->paystate, % 'country' => $cust_main->country, -% 'prefix' => 'pay', +% 'prefix' => 'pay', % ). "</TD></TR>" % : '<INPUT TYPE="hidden" NAME="paystate" VALUE ="'. % $cust_main->paystate. '">' |
