improve address standardization UI, #33849
[freeside.git] / httemplate / elements / standardize_locations.js
index 0c4fb02..15d687c 100644 (file)
@@ -115,7 +115,7 @@ function confirm_standardize(arg) {
     // then all entered address fields are correct
     // but we still need to set the lat/long fields and addr_clean
 
-    if ( returned['addr_clean'] ) {
+    if ( returned['all_clean'] ) {
       status_message('Verified');
     } else {
       status_message('Unverified');