Skip to content

Commit a3317a1

Browse files
committed
ACP2E-182: Error while validating Store VAT Number
1 parent 5b1889c commit a3317a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Customer/view/adminhtml/templates/system/config/validatevat.phtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ script;
6060

6161
<div class="actions actions-validate-vat">
6262
<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">
63+
<button class="action-validate-vat" type="button" id="<?= /* @noEscape */ $block->getHtmlId() ?>"
64+
style="display:none">
6465
<span><?= $block->escapeHtml($block->getButtonLabel()) ?></span>
6566
</button>
6667
</div>

0 commit comments

Comments
 (0)