From 5a2ac94a6f7f8e94f6a94ee856c068e70a8f6672 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 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 } -- 2.20.1