Skip to content

Commit

Permalink
Bugfix: Cannot update Country (#7150)
Browse files Browse the repository at this point in the history
# Description & Issue number it closes 
#6657

## Screenshots (if appropriate)

### Original Country: United States
<img width="1124" alt="Screenshot 2024-09-18 at 10 15 21 PM"
src="https://github.com/user-attachments/assets/b8a3175b-989c-483a-983b-a03b48f4685f">

### Change Country to Uruguay
<img width="1106" alt="Screenshot 2024-09-18 at 10 15 38 PM"
src="https://github.com/user-attachments/assets/d43cd240-649a-4333-a450-e174a89cb920">

### Updated Address
<img width="1116" alt="Screenshot 2024-09-18 at 10 15 58 PM"
src="https://github.com/user-attachments/assets/5a93bcc7-146d-49aa-9595-79c919fb3e87">

## How to test the changes?
See the above screenshots

## Type of change

- [X] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] This change requires a documentation update

# How Has This Been Tested?

Docker

# Checklist:

- [X] My code follows the style guidelines of this project
- [X] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [X] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream
modules
  • Loading branch information
DAcodedBEAT authored Sep 19, 2024
2 parents 3e7c791 + 1789bbd commit b774b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FamilyEditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@
->setCity($sCity)
->setState($sState)
->setZip($sZip)
->setCountry($sCountry)
->setHomePhone($sHomePhone)
->setWorkPhone($sWorkPhone)
->setCellPhone($sCellPhone)
Expand Down

0 comments on commit b774b00

Please sign in to comment.