We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c67f4 commit 106dd72Copy full SHA for 106dd72
src/Plugin/os2web/DataLookup/DatafordelerCVR.php
@@ -95,7 +95,7 @@ public function lookup(string $param): CompanyLookupResult {
95
$cvrResult->setApartmentNr($address->CVRAdresse_doerbetegnelse ?? '');
96
$cvrResult->setPostalCode($address->CVRAdresse_postnummer ?? '');
97
$city = $address->CVRAdresse_postdistrikt ?? $cvrResult->getPostalCode();
98
- $cvrResult->setCity($city);
+ $cvrResult->setCity($city);
99
$cvrResult->setMunicipalityCode($address->CVRAdresse_kommunekode ?? '');
100
101
// Composing full address in one line.
0 commit comments