Skip to content

Commit

Permalink
hide latitude and longitude in address display by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaphoneJon committed Aug 22, 2023
1 parent f1abf17 commit 56461a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion settings/Core.setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
'pseudoconstant' => [
'optionGroupName' => 'address_options',
],
'default' => '12345689101112',
'default' => '1234568910',
'add' => '4.1',
'title' => ts('Address Fields'),
'is_domain' => 1,
Expand Down
2 changes: 0 additions & 2 deletions tests/phpunit/CRM/Event/Form/ManageEvent/LocationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ public function testCreateWithLocBlock() {
'postal_code' => '01903',
'country_id' => 1228,
'state_province_id' => 1029,
'geo_code_1' => '18.219023',
'geo_code_2' => '-105.00973',
'manual_geo_code' => '0',
], $address);

Expand Down

0 comments on commit 56461a1

Please sign in to comment.