X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fstandardize_locations.js;h=15d687cf34c0e84481646ae6bd47b32482927abe;hb=55c5d8f7a02622484ae97b8c195f9ce1a92a6333;hp=b824fb2494060f86a89d4ca4989c3588ad1b5147;hpb=a87e91ee19d14a6fc3da62f4b44a9628d32bb6a3;p=freeside.git diff --git a/httemplate/elements/standardize_locations.js b/httemplate/elements/standardize_locations.js index b824fb249..15d687cf3 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['all_clean'] ) { + status_message('Verified'); + } else { + status_message('Unverified'); + } replace_address(); } else {