diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-12-08 17:25:11 -0500 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-12-12 10:46:19 -0500 |
commit | 6e3c50c1c924a2aacc724a55b281265d3406d955 (patch) | |
tree | 039408acb776acb1be71de44d50cfbabb17f6eef | |
parent | d63804c9b722e4acccf4bac4b01afc54af74240f (diff) |
RT# 74959 - Fixed edit location link to acually save location
-rw-r--r-- | httemplate/elements/standardize_locations.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |