X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fstandardize_locations.js;h=0c4fb029ab086c7300dd19faad6da4650b247a54;hb=e75e33aecdc0a432e57d6dd6278a361e0d3bd950;hp=b824fb2494060f86a89d4ca4989c3588ad1b5147;hpb=cfbcb8867b15c66c279816bce91a69c5ee9b2710;p=freeside.git diff --git a/httemplate/elements/standardize_locations.js b/httemplate/elements/standardize_locations.js index b824fb249..0c4fb029a 100644 --- a/httemplate/elements/standardize_locations.js +++ b/httemplate/elements/standardize_locations.js @@ -114,7 +114,12 @@ function confirm_standardize(arg) { // then all entered address fields are correct // but we still need to set the lat/long fields and addr_clean - status_message('Verified'); + + if ( returned['addr_clean'] ) { + status_message('Verified'); + } else { + status_message('Unverified'); + } replace_address(); } else {