Skip to content

Commit 6ef64f6

Browse files
author
Viktor Sevch
committed
MC-35120: Radio icon is not displayed on the order create page
1 parent e583544 commit 6ef64f6

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/Sales/view/adminhtml/templates/order/create/store

1 file changed

+3
-3
lines changed

app/code/Magento/Sales/view/adminhtml/templates/order/create/store/select.phtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@
5151
<div class="admin__field admin__field-option">
5252
<input type="radio"
5353
id="store_<?= (int) $_store->getId() ?>" class="admin__control-radio"/>
54+
<label class="admin__field-label" for="store_<?= (int) $_store->getId() ?>">
55+
<?= $block->escapeHtml($_store->getName()) ?>
56+
</label>
5457
<?= /* @noEscape*/ $secureRenderer->renderEventListenerAsTag(
5558
'onclick',
5659
"order.setStoreId('" . (int)$_store->getId() . "')",
5760
'input#store_' . (int)$_store->getId()
5861
) ?>
59-
<label class="admin__field-label" for="store_<?= (int) $_store->getId() ?>">
60-
<?= $block->escapeHtml($_store->getName()) ?>
61-
</label>
6262
</div>
6363
</div>
6464
</div>

0 commit comments

Comments
 (0)