summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-06-17 17:45:15 -0700
committerMark Wells <mark@freeside.biz>2015-06-17 17:45:15 -0700
commit7516543c5faa680e7fd8e672ef2b5e3d3b97995a (patch)
tree1782f65321be702d79a2ba9b0d67766bdb7a638c /httemplate/elements
parent4a54f823c77ae779f5a3d76f814036cc54ce18f1 (diff)
fix interaction of agent choice, agent-ship_address, and "same" checkbox, #21327 and #27545
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/location.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html
index a7803c875..90f20265a 100644
--- a/httemplate/elements/location.html
+++ b/httemplate/elements/location.html
@@ -262,8 +262,9 @@ Example:
%# For address standardization:
%# 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 district addr_clean) ) {
+% foreach (qw(locationname address1 city state country zip latitude
+% longitude censustract district addr_clean
+% ) ) {
<& hidden.html, field => 'old_'.$pre.$_, value => $object->get($_) &>
% }
%# Placeholders