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 ca19b06 commit 60b7f1cCopy full SHA for 60b7f1c
app/code/Magento/Customer/view/frontend/templates/address/edit.phtml
@@ -82,7 +82,7 @@ $viewModel = $block->getViewModel();
82
</div>
83
84
85
- <?php if ($viewModel->addressGetisVatAttributeVisible()): ?>
+ <?php if ($viewModel->addressIsVatAttributeVisible()): ?>
86
<div class="field taxvat">
87
<label class="label" for="vat_id">
88
<span><?= /* @noEscape */ $block->getAttributeData()->getFrontendLabel('vat_id') ?></span>
0 commit comments