File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Sales/view/adminhtml/templates/order/create/store Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
<div class="admin__field admin__field-option">
52
52
<input type="radio"
53
53
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>
54
57
<?= /* @noEscape*/ $ secureRenderer ->renderEventListenerAsTag (
55
58
'onclick ' ,
56
59
"order.setStoreId(' " . (int )$ _store ->getId () . "') " ,
57
60
'input#store_ ' . (int )$ _store ->getId ()
58
61
) ?>
59
- <label class="admin__field-label" for="store_<?= (int ) $ _store ->getId () ?> ">
60
- <?= $ block ->escapeHtml ($ _store ->getName ()) ?>
61
- </label>
62
62
</div>
63
63
</div>
64
64
</div>
You can’t perform that action at this time.
0 commit comments