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');
38
38
value="<?= $ block ->escapeHtmlAttr ($ _code ) ?> "
39
39
id="s_method_<?= $ block ->escapeHtmlAttr ($ _code ) ?> " <?= /* @noEscape */ $ _checked ?>
40
40
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
- ) ?>
46
41
<label class="admin__field-label" for="s_method_<?= $ block ->escapeHtmlAttr ($ _code ) ?> ">
47
42
<?= $ block ->escapeHtml ($ _rate ->getMethodTitle () ?
48
43
$ _rate ->getMethodTitle () : $ _rate ->getMethodDescription ()) ?> -
@@ -59,6 +54,11 @@ $taxHelper = $block->getData('taxHelper');
59
54
<?php endif ; ?>
60
55
</strong>
61
56
</label>
57
+ <?= /* @noEscape */ $ secureRenderer ->renderEventListenerAsTag (
58
+ 'onclick ' ,
59
+ "order.setShippingMethod(this.value) " ,
60
+ 'input#s_method_ ' . $ block ->escapeHtmlAttr ($ _code )
61
+ ) ?>
62
62
<?php endif ; ?>
63
63
</li>
64
64
<?php endforeach ; ?>
You can’t perform that action at this time.
0 commit comments