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 d8b4d82 commit 101a9f3Copy full SHA for 101a9f3
app/code/Magento/Customer/view/adminhtml/templates/system/config/validatevat.phtml
@@ -49,9 +49,9 @@ require(['prototype'], function(){
49
});
50
</script>
51
<div class="actions actions-validate-vat">
52
+ <p class="admin__field-error hidden" id="validation_result" style="margin-bottom:10px;"></p>
53
<button onclick="javascript:validateVat(); return false;" class="action-validate-vat" type="button" id="<?= $block->escapeHtmlAttr($block->getHtmlId()) ?>">
54
<span><?= $block->escapeHtml($block->getButtonLabel()) ?></span>
55
</button>
- <p class="admin__field-error hidden" id="validation_result"></p>
56
</div>
57
0 commit comments