diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-03-26 22:45:14 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-03-26 22:45:14 -0700 |
| commit | 59669128b6409e2556aa26d659c5cc22a1c7b945 (patch) | |
| tree | a507fbfd76c110dee6b0943728692b1e719788df /httemplate/elements/standardize_locations.js | |
| parent | 73a0010272b15b42c19a40f59fd09c74fca2af5c (diff) | |
| parent | 8ea01f3b6874ee3a96441a821b422def2ceead5d (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/elements/standardize_locations.js')
| -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 0c4fb029a..15d687cf3 100644 --- a/httemplate/elements/standardize_locations.js +++ b/httemplate/elements/standardize_locations.js @@ -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'); |
