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 fdec82c commit 9a7d68dCopy full SHA for 9a7d68d
app/code/Magento/Customer/Block/DataProviders/AddressAttributeData.php
@@ -52,7 +52,7 @@ public function getFrontendLabel(string $attributeCode): string
52
{
53
try {
54
$attribute = $this->addressMetadata->getAttributeMetadata($attributeCode);
55
- $frontendLabel = $attribute->getStoreLabel ?: $attribute->getFrontendLabel();
+ $frontendLabel = $attribute->getStoreLabel() ?: $attribute->getFrontendLabel();
56
} catch (NoSuchEntityException $e) {
57
$frontendLabel = '';
58
}
0 commit comments