summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-12-08 17:25:11 -0500
committerChristopher Burger <burgerc@freeside.biz>2017-12-08 17:25:11 -0500
commit2902ae7bd3efe461d03953c028892298e3789997 (patch)
treed7236b4c6978c77073b9677acdadd8a2901418f3
parent57afdbf3133a56a593fe20fe596f424b3724bd3e (diff)
RT# 74959 - Fixed edit location link to acually save location
-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 dd68370..54a554f 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
}