File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Sales/view/adminhtml/templates/order/create/form Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,14 +73,14 @@ endif; ?>
73
73
<input type="checkbox" id="order-shipping_same_as_billing" name="shipping_same_as_billing"
74
74
class="admin__control-checkbox"
75
75
<?php if ($ block ->getIsAsBilling ()): ?> checked<?php endif ; ?> />
76
+ <label for="order-shipping_same_as_billing" class="admin__field-label">
77
+ <?= $ block ->escapeHtml (__ ('Same As Billing Address ' )) ?>
78
+ </label>
76
79
<?= /* @noEscape */ $ secureRenderer ->renderEventListenerAsTag (
77
80
'onclick ' ,
78
81
"order.setShippingAsBilling(this.checked) " ,
79
82
'input#order-shipping_same_as_billing '
80
83
) ?>
81
- <label for="order-shipping_same_as_billing" class="admin__field-label">
82
- <?= $ block ->escapeHtml (__ ('Same As Billing Address ' )) ?>
83
- </label>
84
84
</div>
85
85
<?php endif ; ?>
86
86
<div class="admin__field admin__field-select-from-existing-address">
You can’t perform that action at this time.
0 commit comments