Skip to content

Commit bc9865c

Browse files
ENGCOM-8908: Shipping radio button reorder#30257 #32393
2 parents 460ec8d + 6bdb765 commit bc9865c

File tree

1 file changed

+5
-5
lines changed
  • app/code/Magento/Sales/view/adminhtml/templates/order/create/shipping/method

1 file changed

+5
-5
lines changed

app/code/Magento/Sales/view/adminhtml/templates/order/create/shipping/method/form.phtml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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; ?>

0 commit comments

Comments
 (0)