diff options
author | Mark Wells <mark@freeside.biz> | 2013-03-15 15:58:21 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-03-15 16:37:13 -0700 |
commit | 05a8005cb5435fbdb3552af855a77934b58eac91 (patch) | |
tree | 50a504fa9124d28625feffd6715c5dbfd4040729 /httemplate/elements/location.html | |
parent | 85966165df6b5fcdaf4b2c1c19335c401317cc33 (diff) |
fix editing of service address fields, from #21327
Diffstat (limited to 'httemplate/elements/location.html')
-rw-r--r-- | httemplate/elements/location.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html index b142aa690..685523314 100644 --- a/httemplate/elements/location.html +++ b/httemplate/elements/location.html @@ -240,7 +240,7 @@ Example: %# keep a clean copy of the address so we know if we need %# to re-standardize % foreach (qw(address1 city state country zip latitude -% longitude censustract addr_clean) ) { +% longitude censustract district addr_clean) ) { <INPUT TYPE="hidden" NAME="old_<%$pre.$_%>" ID="old_<%$pre.$_%>" VALUE="<% $object->get($_) |h%>"> % } %# Placeholders |