diff options
author | ivan <ivan> | 2011-04-11 01:24:41 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-04-11 01:24:41 +0000 |
commit | b09d6c6464fa59fb4a0797df00ce1f2aec051b6c (patch) | |
tree | e1d0259b8369d73c2da4470eb778f3b2a721dbce /httemplate/elements | |
parent | 356bb8925386a8a7a5fd49916130329178fceee5 (diff) |
fix misfire of USPS address correction on non-new locations, RT#12183
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/tr-select-cust_location.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-cust_location.html b/httemplate/elements/tr-select-cust_location.html index 1399240d9..8b1895fae 100644 --- a/httemplate/elements/tr-select-cust_location.html +++ b/httemplate/elements/tr-select-cust_location.html @@ -199,7 +199,10 @@ Example: <TR> <<%$th%> ALIGN="right"><% $opt{'label'} || 'Service location' %></<%$th%>> <TD COLSPAN=7> - <SELECT NAME="locationnum" onChange="locationnum_changed(this);"> + <SELECT NAME = "locationnum" + ID = "locationnum" + onChange = "locationnum_changed(this);" + > % if ( !$prospect_main && !$opt{'disable_empty'} ) { <OPTION VALUE=""><% $opt{'empty_label'} || '(default service address)' |h %> % } |