diff options
Diffstat (limited to 'httemplate/elements/location.html')
| -rw-r--r-- | httemplate/elements/location.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html index 053e0e50b..f3640510a 100644 --- a/httemplate/elements/location.html +++ b/httemplate/elements/location.html @@ -203,8 +203,9 @@ Example: % if ( $pre eq 'ship_' && $conf->exists('cust_main-require_censustract') ) { <TR><<%$th%> ALIGN="right">Census tract<BR>(automatic)</<%$th%>> <TD> - <INPUT TYPE="text" NAME="censustract" VALUE="<% $opt{censustract} %>"> + <INPUT TYPE="text" NAME="enter_censustract" VALUE="<% $opt{censustract} %>"> <INPUT TYPE="hidden" NAME="censusyear" VALUE="<% $object->get('censusyear') %>"> + <INPUT TYPE="hidden" NAME="censustract" VALUE=""> </TD> </TR> % } else { @@ -225,7 +226,7 @@ Example: %# to re-standardize % foreach (qw(address1 city state country zip latitude % longitude censustract addr_clean) ) { -<INPUT TYPE="hidden" NAME="old_<%$pre.$_%>" VALUE="<% $object->get($_) |h%>"> +<INPUT TYPE="hidden" NAME="old_<%$pre.$_%>" ID="old_<%$pre.$_%>" VALUE="<% $object->get($_) |h%>"> % } %# Placeholders <INPUT TYPE="hidden" NAME="<%$pre%>cachenum" VALUE=""> |
