Skip to content

Commit 8b11ca1

Browse files
committed
MC-37870: Same As Billing Address checkbox is missed after added product by sku
1 parent 26acabe commit 8b11ca1

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/Sales/view/adminhtml/templates/order/create/form

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ endif; ?>
7373
<input type="checkbox" id="order-shipping_same_as_billing" name="shipping_same_as_billing"
7474
class="admin__control-checkbox"
7575
<?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>
7679
<?= /* @noEscape */ $secureRenderer->renderEventListenerAsTag(
7780
'onclick',
7881
"order.setShippingAsBilling(this.checked)",
7982
'input#order-shipping_same_as_billing'
8083
) ?>
81-
<label for="order-shipping_same_as_billing" class="admin__field-label">
82-
<?= $block->escapeHtml(__('Same As Billing Address')) ?>
83-
</label>
8484
</div>
8585
<?php endif; ?>
8686
<div class="admin__field admin__field-select-from-existing-address">

0 commit comments

Comments
 (0)