From 6e3c50c1c924a2aacc724a55b281265d3406d955 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Fri, 8 Dec 2017 17:25:11 -0500 Subject: [PATCH] RT# 74959 - Fixed edit location link to acually save location --- httemplate/elements/standardize_locations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/elements/standardize_locations.js b/httemplate/elements/standardize_locations.js index 39c7bd0af..0f8eaa98a 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 } -- 2.11.0