summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-12-08 17:25:11 -0500
committerChristopher Burger <burgerc@freeside.biz>2017-12-12 09:56:16 -0500
commit5a2ac94a6f7f8e94f6a94ee856c068e70a8f6672 (patch)
treeea2f1a558f2c342636f13bb6998e050c53a77842 /httemplate/elements
parent078809276a1904c19fd015423a4d2b94f80fbdca (diff)
RT# 74959 - Fixed edit location link to acually save location
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/standardize_locations.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/standardize_locations.js b/httemplate/elements/standardize_locations.js
index ecccd90f1..77c709a49 100644
--- a/httemplate/elements/standardize_locations.js
+++ b/httemplate/elements/standardize_locations.js
@@ -94,7 +94,7 @@ function standardize_locations() {
% } else {
- post_standardization();
+ confirm_manual_address();
% } # if address_standardize_method
}