RT# 74959 - Fixed edit location link to acually save location
authorChristopher Burger <burgerc@freeside.biz>
Fri, 8 Dec 2017 22:25:11 +0000 (17:25 -0500)
committerChristopher Burger <burgerc@freeside.biz>
Tue, 12 Dec 2017 15:46:19 +0000 (10:46 -0500)
httemplate/elements/standardize_locations.js

index 39c7bd0..0f8eaa9 100644 (file)
@@ -94,7 +94,7 @@ function standardize_locations() {
 
 % } else {
 
-  post_standardization();
+  confirm_manual_address();
 
 % } # if address_standardize_method
 }