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 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>
You can’t perform that action at this time.
0 commit comments