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 5b1889c commit a3317a1Copy full SHA for a3317a1
app/code/Magento/Customer/view/adminhtml/templates/system/config/validatevat.phtml
@@ -60,7 +60,8 @@ script;
60
61
<div class="actions actions-validate-vat">
62
<p class="admin__field-error hidden" id="validation_result"></p>
63
- <button class="action-validate-vat" type="button" id="<?= /* @noEscape */ $block->getHtmlId() ?>" style="display:none">
+ <button class="action-validate-vat" type="button" id="<?= /* @noEscape */ $block->getHtmlId() ?>"
64
+ style="display:none">
65
<span><?= $block->escapeHtml($block->getButtonLabel()) ?></span>
66
</button>
67
</div>
0 commit comments