File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
app/code/Magento/Sales/view/adminhtml/templates/order/create/shipping/method Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,6 @@ $taxHelper = $block->getData('taxHelper');
3838 value="<?= $ block ->escapeHtmlAttr ($ _code ) ?> "
3939 id="s_method_<?= $ block ->escapeHtmlAttr ($ _code ) ?> " <?= /* @noEscape */ $ _checked ?>
4040 class="admin__control-radio required-entry"/>
41- <?= /* @noEscape */ $ secureRenderer ->renderEventListenerAsTag (
42- 'onclick ' ,
43- "order.setShippingMethod(this.value) " ,
44- 'input#s_method_ ' . $ block ->escapeHtmlAttr ($ _code )
45- ) ?>
4641 <label class="admin__field-label" for="s_method_<?= $ block ->escapeHtmlAttr ($ _code ) ?> ">
4742 <?= $ block ->escapeHtml ($ _rate ->getMethodTitle () ?
4843 $ _rate ->getMethodTitle () : $ _rate ->getMethodDescription ()) ?> -
@@ -59,6 +54,11 @@ $taxHelper = $block->getData('taxHelper');
5954 <?php endif ; ?>
6055 </strong>
6156 </label>
57+ <?= /* @noEscape */ $ secureRenderer ->renderEventListenerAsTag (
58+ 'onclick ' ,
59+ "order.setShippingMethod(this.value) " ,
60+ 'input#s_method_ ' . $ block ->escapeHtmlAttr ($ _code )
61+ ) ?>
6262 <?php endif ; ?>
6363 </li>
6464 <?php endforeach ; ?>
You can’t perform that action at this time.
0 commit comments