Fixes #7226 Insurance company address query (#7227)
commitdaaf91f8ac33d839e56f99a97a51592d074608f1
authorStephen Nielson <snielson@discoverandchange.com>
Wed, 14 Feb 2024 12:49:37 +0000 (14 07:49 -0500)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2024 12:49:37 +0000 (14 07:49 -0500)
treee03260b5005ddc3c042c5e8b4a9caa48e99ed3d8
parent8ce01b393b4d2aeda5643586ef7b812dc4aadd83
Fixes #7226 Insurance company address query (#7227)

Make it so that we still return records even if there is no
corresponding address record.  This happens because city and street if
they are empty forces an address record to be skipped in creation.

Fixes #7226
src/Services/InsuranceCompanyService.php