File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
app/code/Magento/Shipping/view/adminhtml Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 15
15
<container name =" extra_customer_info" />
16
16
</block >
17
17
<block class =" Magento\Sales\Block\Adminhtml\Order\Payment" name =" order_payment" />
18
+ <container name =" extra_shipment_info" />
18
19
<block class =" Magento\Shipping\Block\Adminhtml\Create\Items" name =" order_items" template =" Magento_Shipping::create/items.phtml" >
19
20
<block class =" Magento\Sales\Block\Adminhtml\Items\Renderer\DefaultRenderer" name =" default" as =" default" template =" Magento_Shipping::create/items/renderer/default.phtml" />
20
21
<block class =" Magento\Sales\Block\Adminhtml\Items\Column\Qty" name =" column_qty" template =" Magento_Sales::items/column/qty.phtml" group =" column" />
Original file line number Diff line number Diff line change 15
15
<container name =" extra_customer_info" />
16
16
</block >
17
17
<block class =" Magento\Sales\Block\Adminhtml\Order\Payment" name =" order_payment" />
18
+ <container name =" extra_shipment_info" />
18
19
<block class =" Magento\Shipping\Block\Adminhtml\View\Items" name =" shipment_items" template =" Magento_Shipping::view/items.phtml" >
19
20
<block class =" Magento\Sales\Block\Adminhtml\Items\Renderer\DefaultRenderer" name =" default" as =" default" template =" Magento_Shipping::view/items/renderer/default.phtml" />
20
21
<block class =" Magento\Sales\Block\Adminhtml\Items\Column\Qty" name =" column_qty" template =" Magento_Sales::items/column/qty.phtml" group =" column" />
Original file line number Diff line number Diff line change 52
52
</div>
53
53
</div>
54
54
</div>
55
+ <div><?= $ block ->getChildHtml ('extra_shipment_info ' ) ?> </div>
55
56
<div id="ship_items_container">
56
57
<?= $ block ->getItemsHtml () ?>
57
58
</div>
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ $order = $block->getShipment()->getOrder();
103
103
</div>
104
104
</div>
105
105
</section>
106
+ <div><?= $ block ->getChildHtml ('extra_shipment_info ' ) ?> </div>
106
107
107
108
<section class="admin__page-section">
108
109
<div class="admin__page-section-title">
You can’t perform that action at this time.
0 commit comments